summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-02-27 08:34:50 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-27 12:16:51 -0500
commitbb5f8ee0621689beb4e6b0ad1a20710894a42b06 (patch)
treed49560179cbd5b900ef9eba82d88f2d38718c4b5
parenteda276c6403bc969ed3ea515d0ef548b488d55fd (diff)
downloadsssd-bb5f8ee0621689beb4e6b0ad1a20710894a42b06.tar.gz
sssd-bb5f8ee0621689beb4e6b0ad1a20710894a42b06.tar.xz
sssd-bb5f8ee0621689beb4e6b0ad1a20710894a42b06.zip
SSH: Update sss_ssh_knownhostsproxy manual page
-rw-r--r--src/man/sss_ssh_knownhostsproxy.1.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/man/sss_ssh_knownhostsproxy.1.xml b/src/man/sss_ssh_knownhostsproxy.1.xml
index 1cb16049b..241e8a7ff 100644
--- a/src/man/sss_ssh_knownhostsproxy.1.xml
+++ b/src/man/sss_ssh_knownhostsproxy.1.xml
@@ -35,8 +35,9 @@
them in a custom OpenSSH known_hosts file (see the
<quote>SSH_KNOWN_HOSTS FILE FORMAT</quote> section of
<citerefentry><refentrytitle>sshd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> for more
- information) and estabilishes connection to the host.
+ <manvolnum>8</manvolnum></citerefentry> for more information)
+ <filename>/var/lib/sss/pubconf/known_hosts</filename> and
+ estabilishes connection to the host.
</para>
<para>
If <replaceable>PROXY_COMMAND</replaceable> is specified,
@@ -52,7 +53,7 @@
<manvolnum>1</manvolnum></citerefentry> configuration:
<programlisting>
ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h
-UserKnownHostsFile2 .ssh/sss_known_hosts
+GlobalKnownHostsFile2 /var/lib/sss/pubconf/known_hosts
</programlisting>
</para>
<para>
@@ -65,18 +66,6 @@ UserKnownHostsFile2 .ssh/sss_known_hosts
<variablelist remap='IP'>
<varlistentry>
<term>
- <option>-f</option>,<option>--file</option>
- <replaceable>FILE</replaceable>
- </term>
- <listitem>
- <para>
- Store host public keys in file <replaceable>FILE</replaceable>.
- By default, <filename>.ssh/sss_known_hosts</filename> is used.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
<option>-p</option>,<option>--port</option>
<replaceable>PORT</replaceable>
</term>