ssh: enable root login

This commit is contained in:
notohh 2023-04-26 21:23:20 -04:00
parent c2c6ea00a7
commit 869cd8d24a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,7 +5,7 @@
KbdInteractiveAuthentication = false;
PasswordAuthentication = false;
PubkeyAuthentication = true;
PermitRootLogin = "no";
PermitRootLogin = "yes";
StreamLocalBindUnlink = "yes";
GatewayPorts = "clientspecified";
};