flake update
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
openssh = { # SSH: secure shell (remote connection to shell of server)
|
||||
enable = true; # local: $ ssh <user>@<ip>
|
||||
settings = {
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
ports = [ 2220 ];
|
||||
openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user