+7
nixos/doc/manual/release-notes/rl-2103.xml
+7
nixos/doc/manual/release-notes/rl-2103.xml
···+Setting <option>services.openssh.authorizedKeysFiles</option> now also affects which keys <option>security.pam.enableSSHAgentAuth</option> will use.+WARNING: If you are using these options in combination do make sure that any key paths you use are present in <option>services.openssh.authorizedKeysFiles</option>!
+1
-1
nixos/modules/security/pam.nix
+1
-1
nixos/modules/security/pam.nix
···-"auth sufficient ${pkgs.pam_ssh_agent_auth}/libexec/pam_ssh_agent_auth.so file=~/.ssh/authorized_keys:~/.ssh/authorized_keys2:/etc/ssh/authorized_keys.d/%u"}+"auth sufficient ${pkgs.pam_ssh_agent_auth}/libexec/pam_ssh_agent_auth.so file=${lib.concatStringsSep ":" config.services.openssh.authorizedKeysFiles}"}
+1
-1
nixos/modules/services/networking/ssh/sshd.nix
+1
-1
nixos/modules/services/networking/ssh/sshd.nix
···