update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.kbdInteractiveAuthentication = false;
|
||||
services.openssh.permitRootLogin = "no";
|
||||
services.openssh.settings.PasswordAuthentication = false;
|
||||
services.openssh.settings.KbdInteractiveAuthentication = false;
|
||||
services.openssh.settings.PermitRootLogin = "no";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user