23 lines
751 B
Plaintext
23 lines
751 B
Plaintext
|
# Configuration file for the sshd service.
|
||
|
|
||
|
# The server keys are automatically generated if they are missing.
|
||
|
# To change the automatic creation uncomment and change the appropriate
|
||
|
# line. Accepted key types are: DSA RSA ECDSA ED25519.
|
||
|
# The default is "RSA ECDSA ED25519"
|
||
|
|
||
|
# AUTOCREATE_SERVER_KEYS=""
|
||
|
# AUTOCREATE_SERVER_KEYS="RSA ECDSA ED25519"
|
||
|
|
||
|
# Do not change this option unless you have hardware random
|
||
|
# generator and you REALLY know what you are doing
|
||
|
|
||
|
SSH_USE_STRONG_RNG=0
|
||
|
# SSH_USE_STRONG_RNG=1
|
||
|
|
||
|
# Override Defaults
|
||
|
RSA1_KEY=/etc/leenooks/ssh/ssh_host_key
|
||
|
RSA_KEY=/etc/leenooks/ssh/ssh_host_rsa_key
|
||
|
DSA_KEY=/etc/leenooks/ssh/ssh_host_dsa_key
|
||
|
ECDSA_KEY=/etc/leenooks/ssh/ssh_host_ecdsa_key
|
||
|
ED25519_KEY=/etc/leenooks/ssh/ssh_host_ed25519_key
|