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