From 3ac7c4fe618ede980a4df8d90341ef1fd0f1f62f Mon Sep 17 00:00:00 2001 From: William B Date: Mon, 21 Jul 2014 11:13:25 +0200 Subject: SSS_CACHE: Allow sss_cache tool to flush SSH hosts cache Resolves: https://fedorahosted.org/sssd/ticket/2358 Signed-off-by: Jan Cholasta Reviewed-by: Jan Cholasta Reviewed-by: Pavel Reichl --- src/man/sssd.conf.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index ad01f37f1..38c76ef36 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1218,6 +1218,20 @@ fallback_homedir = /home/%u + + entry_cache_ssh_host_timeout (integer) + + + How many seconds to keep a host ssh key after + refresh. IE how long to cache the host key + for. + + + Default: entry_cache_timeout + + + + refresh_expired_interval (integer) -- cgit