summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/man/sss_ssh_authorizedkeys.1.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/man/sss_ssh_authorizedkeys.1.xml b/src/man/sss_ssh_authorizedkeys.1.xml
index acdde0c04..bfea0af8f 100644
--- a/src/man/sss_ssh_authorizedkeys.1.xml
+++ b/src/man/sss_ssh_authorizedkeys.1.xml
@@ -42,10 +42,11 @@
<manvolnum>8</manvolnum></citerefentry> can be configured
to use <command>sss_ssh_authorizedkeys</command> for public
key user authentication if it is compiled with support for
- either <quote>AuthorizedKeysCommand</quote> or
- <quote>PubkeyAgent</quote> <citerefentry>
+ <quote>AuthorizedKeysCommand</quote> option. Please refer
+ to the <citerefentry>
<refentrytitle>sshd_config</refentrytitle>
- <manvolnum>5</manvolnum></citerefentry> options.
+ <manvolnum>5</manvolnum></citerefentry> man page for more
+ details about this option.
</para>
<para>
If <quote>AuthorizedKeysCommand</quote> is supported,
@@ -59,17 +60,6 @@
AuthorizedKeysCommandUser nobody
</programlisting>
</para>
- <para>
- If <quote>PubkeyAgent</quote> is supported,
- <citerefentry><refentrytitle>sshd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> can be configured to
- use it by using the following directive for <citerefentry>
- <refentrytitle>sshd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> configuration:
-<programlisting>
-PubKeyAgent /usr/bin/sss_ssh_authorizedkeys %u
-</programlisting>
- </para>
</refsect1>
<refsect1 id='options'>