about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2024-01-07 13:54:27 +0100
committerGitHub <noreply@github.com>2024-01-07 13:54:27 +0100
commitc931d73fba96e8efc7378c6a24ccb25f4440c9e3 (patch)
treeccb9dedb175d5c3b7980c0972253a521ecfc3c82 /nixos/doc/manual
parentc7efe762fe3abd0f465d13641382ee622956034d (diff)
parent607679c6d3ff1c18b28f9cc61356d0c4d95378f3 (diff)
downloadnixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.tar
nixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.tar.gz
nixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.tar.bz2
nixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.tar.lz
nixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.tar.xz
nixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.tar.zst
nixlib-c931d73fba96e8efc7378c6a24ccb25f4440c9e3.zip
Merge pull request #276499 from nbraud/nixos/pam/ssh-agent-auth
nixos/pam: Add assertion for SSH-agent auth
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 5a748607f2a5..9860eca88b57 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -95,6 +95,9 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
   - `systemd.oomd.enableUserServices` is renamed to `systemd.oomd.enableUserSlices`.
 
+- `security.pam.enableSSHAgentAuth` now requires `services.openssh.authorizedKeysFiles` to be non-empty,
+  which is the case when `services.openssh.enable` is true. Previously, `pam_ssh_agent_auth` silently failed to work.
+
 ## Other Notable Changes {#sec-release-24.05-notable-changes}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->