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 +++ src/config/etc/sssd.api.conf | 1 + 2 files changed, 4 insertions(+) (limited to 'src/config') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 20cd2a28..d38014c2 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'), diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 17750ef9..a7bece99 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -58,6 +58,7 @@ autofs_negative_timeout = int, None, false [ssh] # ssh service +ssh_hash_known_hosts = bool, None, false [provider] #Available provider types -- cgit