diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-09-25 04:29:29 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-05 10:51:55 +0200 |
commit | 3882325ff60f89d0c312e9519bdfd1351978fd73 (patch) | |
tree | 1eb9a5b850ced04673a69c53f46d40d51384caa4 /src/man | |
parent | 2d6836a90bd326391782a5753f70e8ba666b5def (diff) | |
download | sssd-3882325ff60f89d0c312e9519bdfd1351978fd73.tar.gz sssd-3882325ff60f89d0c312e9519bdfd1351978fd73.tar.xz sssd-3882325ff60f89d0c312e9519bdfd1351978fd73.zip |
SSH: Expire hosts in known_hosts
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 92fcc9b99..1ec35899d 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -812,6 +812,18 @@ override_homedir = /home/%u </para> </listitem> </varlistentry> + <varlistentry> + <term>ssh_known_hosts_timeout (integer)</term> + <listitem> + <para> + How many seconds to keep a host in the managed + known_hosts file after its host keys were requested. + </para> + <para> + Default: 180 + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |