openssh: permit root login
This commit is contained in:
parent
a09557ce95
commit
19d0371248
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
KbdInteractiveAuthentication = false;
|
||||
PasswordAuthentication = lib.mkForce false;
|
||||
PubkeyAuthentication = lib.mkForce true;
|
||||
PermitRootLogin = lib.mkForce "no";
|
||||
PermitRootLogin = lib.mkForce "yes";
|
||||
StreamLocalBindUnlink = "yes";
|
||||
GatewayPorts = "clientspecified";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue