openssh/sshd.sysconfig

17 lines
438 B
Plaintext
Raw Normal View History

2011-03-29 21:25:53 +00:00
# Configuration file for the sshd service.
# The server keys are automatically generated if they ommited
# to change the automatic creation uncomment the approprite
# line.
# AUTOCREATE_SERVER_KEYS=RSAONLY
# AUTOCREATE_SERVER_KEYS=NO
AUTOCREATE_SERVER_KEYS=YES
# Do not change this option unless you have hardware random
# generator and you REALLY know what you are doing/
export SSH_USE_STRONG_RNG=0
# export SSH_USE_STRONG_RNG=1