mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
nixos/suites/server: update default SSH config
This commit is contained in:
parent
2f0eafcabf
commit
82926d5d73
@ -48,6 +48,7 @@ in
|
||||
# Both are good for hardening as it only requires the keyfiles.
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
PermitEmptyPasswords = "no";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user