ssh: disable root login

This commit is contained in:
notohh 2023-04-26 22:08:57 -04:00
parent abff860fb7
commit 961a8338a2
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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