nixos/suites/server: update default SSH config

This commit is contained in:
Gabriel Arazas 2025-01-12 14:21:43 +08:00
parent 2f0eafcabf
commit 82926d5d73
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -48,6 +48,7 @@ in
# Both are good for hardening as it only requires the keyfiles.
PasswordAuthentication = false;
PermitRootLogin = "no";
PermitEmptyPasswords = "no";
};
};