summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-04-27 12:18:15 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-05-10 07:58:22 +0200
commit5f6ed9ee56da19b87270ab5428a5c5fce5aab21e (patch)
tree6aafa49f362ff8124dccfeab2be29bf235f9fa5b
parentfe8e6094081dfc1d1f6f5db7073c62eb3a83d5ca (diff)
downloadsssd-5f6ed9ee56da19b87270ab5428a5c5fce5aab21e.tar.gz
sssd-5f6ed9ee56da19b87270ab5428a5c5fce5aab21e.tar.xz
sssd-5f6ed9ee56da19b87270ab5428a5c5fce5aab21e.zip
MAN: Remove references to the obsolete PubkeyAgent ssh option
The PubkeyAgent option is not supported for some time and references to it should be removed from our man pages. Reviewed-by: Jan Cholasta <jcholast@redhat.com>
-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'>