ssh: disable root login
This commit is contained in:
parent
abff860fb7
commit
961a8338a2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
KbdInteractiveAuthentication = false;
|
||||
PasswordAuthentication = false;
|
||||
PubkeyAuthentication = true;
|
||||
PermitRootLogin = "yes";
|
||||
PermitRootLogin = "no";
|
||||
StreamLocalBindUnlink = "yes";
|
||||
GatewayPorts = "clientspecified";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue