Switched to prohibit-password

This commit is contained in:
Craige McWhirter 2020-09-17 11:15:10 +10:00
parent b9e82ef992
commit e49bbb0b53
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -6,7 +6,7 @@
services.openssh = {
enable = true; # Enable the OpenSSH daemon.
permitRootLogin = "without-password";
permitRootLogin = "prohibit-password";
challengeResponseAuthentication = false;
passwordAuthentication = false;
openFirewall = true;