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 = { services.openssh = {
enable = true; # Enable the OpenSSH daemon. enable = true; # Enable the OpenSSH daemon.
permitRootLogin = "without-password"; permitRootLogin = "prohibit-password";
challengeResponseAuthentication = false; challengeResponseAuthentication = false;
passwordAuthentication = false; passwordAuthentication = false;
openFirewall = true; openFirewall = true;