fix deprecated ssh settings
This commit is contained in:
parent
379323c542
commit
098f14a190
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue