openssh/sshd.sysconfig

18 lines
523 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 omitted
# to change the automatic creation uncomment the appropriate
# line. The default is NODSA which means rsa and ecdsa keys are
# generated.
2011-03-29 21:25:53 +00:00
# AUTOCREATE_SERVER_KEYS=NODSA
2011-03-29 21:25:53 +00:00
# AUTOCREATE_SERVER_KEYS=RSAONLY
# AUTOCREATE_SERVER_KEYS=NO
# AUTOCREATE_SERVER_KEYS=YES
2011-03-29 21:25:53 +00:00
# Do not change this option unless you have hardware random
# generator and you REALLY know what you are doing
2011-03-29 21:25:53 +00:00
SSH_USE_STRONG_RNG=0
# SSH_USE_STRONG_RNG=1