fix deprecated ssh settings
This commit is contained in:
parent
379323c542
commit
098f14a190
@ -79,8 +79,8 @@ all: {
|
||||
# Allow ssh
|
||||
enable = lib.mkDefault true;
|
||||
# lol no
|
||||
permitRootLogin = lib.mkDefault "no";
|
||||
passwordAuthentication = lib.mkDefault false;
|
||||
settings.PermitRootLogin = lib.mkDefault "no";
|
||||
settings.PasswordAuthentication = lib.mkDefault false;
|
||||
# allow reverse ssh port shit to be public sometimes
|
||||
gatewayPorts = lib.mkDefault "clientspecified";
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user