diff --git a/hosts/common/sshd.nix b/hosts/common/sshd.nix index cf97546..321f23e 100644 --- a/hosts/common/sshd.nix +++ b/hosts/common/sshd.nix @@ -1,7 +1,7 @@ { services.openssh = { enable = true; - allowSFTP = false; + allowSFTP = true; settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false;