From 649f752c7bd5cac9c7e71f8cf9430c85e6471301 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 12 Jun 2013 11:05:03 -0700 Subject: [PATCH] Let sshd decide which keys to create (#971856) In fips mode creation of the protocol 1 key causes it to hang. This removes the explicit HostKey entries and lets sshd decide which keys to create when it starts. --- share/config_files/common/sshd_config.anaconda | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/config_files/common/sshd_config.anaconda b/share/config_files/common/sshd_config.anaconda index 088569d1..39c0967e 100644 --- a/share/config_files/common/sshd_config.anaconda +++ b/share/config_files/common/sshd_config.anaconda @@ -1,7 +1,4 @@ Port 22 -HostKey /etc/ssh/ssh_host_key -HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh/ssh_host_dsa_key PermitRootLogin yes IgnoreRhosts yes StrictModes yes