made some changes
This commit is contained in:
@@ -3,6 +3,13 @@ _:
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
extraConfig = "
|
||||
Port 51337
|
||||
PermitRootLogin no
|
||||
PasswordAuthentication no
|
||||
MaxSessions 1
|
||||
MaxAuthTries 1
|
||||
";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user