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;
|
KbdInteractiveAuthentication = false;
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
PubkeyAuthentication = true;
|
PubkeyAuthentication = true;
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "yes";
|
||||||
StreamLocalBindUnlink = "yes";
|
StreamLocalBindUnlink = "yes";
|
||||||
GatewayPorts = "clientspecified";
|
GatewayPorts = "clientspecified";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue