sshd-keygen: generate only RSA keys by default (#1010092)

This commit is contained in:
Petr Lautrbach 2013-09-20 17:25:17 +02:00
parent 15244ec178
commit 65d16ffe59
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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