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/config/SSSDConfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 20cd2a28a..d38014c28 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -82,6 +82,9 @@ option_strings = { # [autofs] 'autofs_negative_timeout' : _('Negative cache timeout length (seconds)'), + # [ssh] + 'ssh_hash_known_hosts': _('Whether to hash host names and adresses in the known_hosts file'), + # [provider] 'id_provider' : _('Identity provider'), 'auth_provider' : _('Authentication provider'), -- cgit