From 4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 18 Apr 2012 07:05:29 -0400 Subject: SSH: Add support for hashed known_hosts https://fedorahosted.org/sssd/ticket/1203 --- src/man/sssd.conf.5.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/man') 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 @@ + + SSH configuration options + + These options can be used to configure the SSH service. + + + + + + + + ssh_hash_known_hosts (bool) + + + Whether or not to hash host names and adresses in + the managed known_hosts file. + + + Default: true + + + + + + -- cgit