summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-01-16 08:25:40 -0500
committerJakub Hrozek <jhrozek@redhat.com>2015-01-27 10:55:42 +0100
commitab5f9b58ae740868cb09e92379ed41d30b9401ac (patch)
treebfe7e36384248f571ab859a77f85bb504203ac15 /src/man
parentb2c5e98def89a0c3d16f5cf7e07ce2020338b540 (diff)
downloadsssd-ab5f9b58ae740868cb09e92379ed41d30b9401ac.tar.gz
sssd-ab5f9b58ae740868cb09e92379ed41d30b9401ac.tar.xz
sssd-ab5f9b58ae740868cb09e92379ed41d30b9401ac.zip
MAN: amend sss_ssh_authorizedkeys
Directive AuthorizedKeysCommand should be used in conjunction with AuthorizedKeysCommandUser. Reviewed-by: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sss_ssh_authorizedkeys.1.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/man/sss_ssh_authorizedkeys.1.xml b/src/man/sss_ssh_authorizedkeys.1.xml
index 16a66754a..acdde0c04 100644
--- a/src/man/sss_ssh_authorizedkeys.1.xml
+++ b/src/man/sss_ssh_authorizedkeys.1.xml
@@ -51,11 +51,12 @@
If <quote>AuthorizedKeysCommand</quote> is supported,
<citerefentry><refentrytitle>sshd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> can be configured to
- use it by putting the following directive in <citerefentry>
+ use it by putting the following directives in <citerefentry>
<refentrytitle>sshd_config</refentrytitle>
<manvolnum>5</manvolnum></citerefentry>:
<programlisting>
-AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys
+ AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys
+ AuthorizedKeysCommandUser nobody
</programlisting>
</para>
<para>