diff --git a/modules/openssh.nix b/modules/openssh.nix index b5ca24d..7b44946 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -3,6 +3,7 @@ enable = true; settings = { PasswordAuthentication = false; + PubkeyAuthentication = true; PermitRootLogin = "yes"; StreamLocalBindUnlink = "yes"; GatewayPorts = "clientspecified";