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.
This commit is contained in:
parent
d0779835b4
commit
649f752c7b
@ -1,7 +1,4 @@
|
|||||||
Port 22
|
Port 22
|
||||||
HostKey /etc/ssh/ssh_host_key
|
|
||||||
HostKey /etc/ssh/ssh_host_rsa_key
|
|
||||||
HostKey /etc/ssh/ssh_host_dsa_key
|
|
||||||
PermitRootLogin yes
|
PermitRootLogin yes
|
||||||
IgnoreRhosts yes
|
IgnoreRhosts yes
|
||||||
StrictModes yes
|
StrictModes yes
|
||||||
|
Loading…
Reference in New Issue
Block a user