You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
591 B
18 lines
591 B
8 months ago
|
# Configuration file for the sshd service.
|
||
|
|
||
|
# The server keys are automatically generated if they are missing.
|
||
|
# To change the automatic creation, adjust sshd.service options for
|
||
|
# example using systemctl enable sshd-keygen@dsa.service to allow creation
|
||
|
# of DSA key or systemctl mask sshd-keygen@rsa.service to disable RSA key
|
||
|
# creation.
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# System-wide crypto policy:
|
||
|
# To opt-out, uncomment the following line
|
||
|
# CRYPTO_POLICY=
|