diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-04-18 07:05:29 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-24 09:50:56 -0400 |
commit | 4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc (patch) | |
tree | 34d80280cfa9ae80139808f6af0df6f668f8ed4e /src/man/sssd.conf.5.xml | |
parent | b35f20cd8ecdc8308a3201e55752fb0443ec6ae4 (diff) | |
download | sssd-4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc.tar.gz sssd-4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc.tar.xz sssd-4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc.zip |
SSH: Add support for hashed known_hosts
https://fedorahosted.org/sssd/ticket/1203
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 43eb36325..ef7490d94 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -729,6 +729,31 @@ </variablelist> </refsect2> + <refsect2 id='SSH' condition="with_ssh"> + <title>SSH configuration options</title> + <para> + These options can be used to configure the SSH service. + </para> + <para> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/experimental.xml" /> + </para> + + <variablelist> + <varlistentry> + <term>ssh_hash_known_hosts (bool)</term> + <listitem> + <para> + Whether or not to hash host names and adresses in + the managed known_hosts file. + </para> + <para> + Default: true + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect2> + </refsect1> <refsect1 id='domain-sections'> |