Switched to prohibit-password
This commit is contained in:
parent
b9e82ef992
commit
e49bbb0b53
|
@ -6,7 +6,7 @@
|
|||
|
||||
services.openssh = {
|
||||
enable = true; # Enable the OpenSSH daemon.
|
||||
permitRootLogin = "without-password";
|
||||
permitRootLogin = "prohibit-password";
|
||||
challengeResponseAuthentication = false;
|
||||
passwordAuthentication = false;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue