forked from rpms/openssh
sshd-keygen: generate only RSA keys by default (#1010092)
This commit is contained in:
parent
15244ec178
commit
65d16ffe59
@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
# The creation is controlled by the $AUTOCREATE_SERVER_KEYS environment
|
# The creation is controlled by the $AUTOCREATE_SERVER_KEYS environment
|
||||||
# variable.
|
# variable.
|
||||||
|
AUTOCREATE_SERVER_KEYS=RSAONLY
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
# The server keys are automatically generated if they ommited
|
# The server keys are automatically generated if they ommited
|
||||||
# to change the automatic creation uncomment the approprite
|
# to change the automatic creation uncomment the approprite
|
||||||
# line.
|
# line. The default is RSAONLY
|
||||||
|
|
||||||
# AUTOCREATE_SERVER_KEYS=RSAONLY
|
# AUTOCREATE_SERVER_KEYS=RSAONLY
|
||||||
# AUTOCREATE_SERVER_KEYS=NO
|
# AUTOCREATE_SERVER_KEYS=NO
|
||||||
AUTOCREATE_SERVER_KEYS=YES
|
# AUTOCREATE_SERVER_KEYS=YES
|
||||||
|
|
||||||
# Do not change this option unless you have hardware random
|
# Do not change this option unless you have hardware random
|
||||||
# generator and you REALLY know what you are doing
|
# generator and you REALLY know what you are doing
|
||||||
|
Loading…
Reference in New Issue
Block a user