diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-02-27 08:34:50 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-27 12:16:51 -0500 |
commit | bb5f8ee0621689beb4e6b0ad1a20710894a42b06 (patch) | |
tree | d49560179cbd5b900ef9eba82d88f2d38718c4b5 /src | |
parent | eda276c6403bc969ed3ea515d0ef548b488d55fd (diff) | |
download | sssd_unused-bb5f8ee0621689beb4e6b0ad1a20710894a42b06.tar.gz sssd_unused-bb5f8ee0621689beb4e6b0ad1a20710894a42b06.tar.xz sssd_unused-bb5f8ee0621689beb4e6b0ad1a20710894a42b06.zip |
SSH: Update sss_ssh_knownhostsproxy manual page
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sss_ssh_knownhostsproxy.1.xml | 19 |
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 1cb16049..241e8a7f 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> |