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