openssh: permit root login

This commit is contained in:
notohh 2023-10-20 18:31:27 -04:00
parent a09557ce95
commit 19d0371248
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";
};