ssh: pubkey auth

This commit is contained in:
notohh 2023-04-26 19:26:28 -04:00
parent 8fc554c879
commit 615ce16a62
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,6 +3,7 @@
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = false;
PubkeyAuthentication = true;
PermitRootLogin = "yes"; PermitRootLogin = "yes";
StreamLocalBindUnlink = "yes"; StreamLocalBindUnlink = "yes";
GatewayPorts = "clientspecified"; GatewayPorts = "clientspecified";