ssh: pubkey auth
This commit is contained in:
parent
8fc554c879
commit
615ce16a62
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PubkeyAuthentication = true;
|
||||
PermitRootLogin = "yes";
|
||||
StreamLocalBindUnlink = "yes";
|
||||
GatewayPorts = "clientspecified";
|
||||
|
|
Loading…
Reference in a new issue