Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 831762 | Differences between
and this patch

Collapse All | Expand All

(-)files/sshd-r1.confd (+8 lines)
Lines 31-33 SSHD_OPTS="" Link Here
31
# Path to the ssh-keygen binary (needs to be absolute path).
31
# Path to the ssh-keygen binary (needs to be absolute path).
32
32
33
#SSHD_KEYGEN_BINARY="${RC_PREFIX%/}/usr/bin/ssh-keygen"
33
#SSHD_KEYGEN_BINARY="${RC_PREFIX%/}/usr/bin/ssh-keygen"
34
35
36
# Options to control the generation of SSH HostKeys.
37
SSHD_HOSTKEY_DSA_ENABLE="YES"
38
SSHD_HOSTKEY_ECDSA_ENABLE="YES"
39
SSHD_HOSTKEY_ED25519_ENABLE="YES"
40
SSHD_HOSTKEY_RSA_ENABLE="YES"
41
SSHD_HOSTKEY_XMSS_ENABLE="YES"

Return to bug 831762