[lorax] Let sshd decide which keys to create (#971856)

Brian C. Lane bcl at redhat.com
Wed Jun 12 18:08:00 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

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 088569d..39c0967 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
-- 
1.8.1.4



More information about the anaconda-patches mailing list