about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-03-14 23:58:47 +0100
committerGitHub <noreply@github.com>2020-03-14 23:58:47 +0100
commit74f451b851f0c8492273698aff9bd80af17a927a (patch)
treee6ecbf9478d4d6f4d8d8f935fea738ba8271989d /nixos/doc/manual
parent68db99ad97afa8eb392ddfaac1f905b63eb65dbe (diff)
parentdbe59eca8402523b82d406a63eccb62d82d964ae (diff)
downloadnixlib-74f451b851f0c8492273698aff9bd80af17a927a.tar
nixlib-74f451b851f0c8492273698aff9bd80af17a927a.tar.gz
nixlib-74f451b851f0c8492273698aff9bd80af17a927a.tar.bz2
nixlib-74f451b851f0c8492273698aff9bd80af17a927a.tar.lz
nixlib-74f451b851f0c8492273698aff9bd80af17a927a.tar.xz
nixlib-74f451b851f0c8492273698aff9bd80af17a927a.tar.zst
nixlib-74f451b851f0c8492273698aff9bd80af17a927a.zip
Merge pull request #82413 from aanderse/authorized-keys-command
nixos/sshd: add authorizedKeysCommand and authorizedKeysCommandUser options
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index e236b230332f..72474e5dbd4a 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -28,6 +28,15 @@
      PHP now defaults to PHP 7.4, updated from 7.3.
     </para>
    </listitem>
+   <listitem>
+    <para>
+     Two new options, <link linkend="opt-services.openssh.authorizedKeysCommand">authorizedKeysCommand</link>
+     and <link linkend="opt-services.openssh.authorizedKeysCommandUser">authorizedKeysCommandUser</link>, have
+     been added to the <literal>openssh</literal> module. If you have <literal>AuthorizedKeysCommand</literal>
+     in your <link linkend="opt-services.openssh.extraConfig">services.openssh.extraConfig</link> you should
+     make use of these new options instead.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>