--- files/sshd-r1.confd 2020-11-11 20:30:41.250797000 -0500 +++ files/sshd-r1.confd 2022-01-21 19:17:08.143706421 -0500 @@ -31,3 +31,11 @@ SSHD_OPTS="" # Path to the ssh-keygen binary (needs to be absolute path). #SSHD_KEYGEN_BINARY="${RC_PREFIX%/}/usr/bin/ssh-keygen" + + +# Options to control the generation of SSH HostKeys. +SSHD_HOSTKEY_DSA_ENABLE="YES" +SSHD_HOSTKEY_ECDSA_ENABLE="YES" +SSHD_HOSTKEY_ED25519_ENABLE="YES" +SSHD_HOSTKEY_RSA_ENABLE="YES" +SSHD_HOSTKEY_XMSS_ENABLE="YES"