about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-24 15:16:29 +0000
committernicoo <nicoo@mur.at>2023-12-30 22:19:38 +0000
commit607679c6d3ff1c18b28f9cc61356d0c4d95378f3 (patch)
treedf20d05b1ba965da17d622c60c7a193fd484cba7 /nixos/doc/manual
parent3ff2ce71b8f848da4907df074f9a69d453657690 (diff)
downloadnixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.tar
nixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.tar.gz
nixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.tar.bz2
nixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.tar.lz
nixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.tar.xz
nixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.tar.zst
nixlib-607679c6d3ff1c18b28f9cc61356d0c4d95378f3.zip
nixos/pam: Assert that `authorizedKeysFiles` is non-empty when using `pam_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 a1d26f6a12f7..85c2f52f6524 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -87,6 +87,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. -->