diff --git a/nixos/common/services/openssh.nix b/nixos/common/services/openssh.nix index e6a7f83a..9e154408 100644 --- a/nixos/common/services/openssh.nix +++ b/nixos/common/services/openssh.nix @@ -1,8 +1,7 @@ { config, pkgs, hostname, ... }: { # enable passwordless elevation # Useful for deploy-rs - # security.pam.enableSSHAgentAuth = true; - security.pam.sshAgentAuth.enable = true; + security.pam.enableSSHAgentAuth = true; programs.ssh.startAgent = true; # By default no ports are open.