192 |
- |
1 |
# Configuration file for the sshd service.
|
|
|
2 |
|
|
|
3 |
# The server keys are automatically generated if they are missing.
|
|
|
4 |
# To change the automatic creation, adjust sshd.service options for
|
|
|
5 |
# example using systemctl enable sshd-keygen@dsa.service to allow creation
|
|
|
6 |
# of DSA key or systemctl mask sshd-keygen@rsa.service to disable RSA key
|
|
|
7 |
# creation.
|
|
|
8 |
|
|
|
9 |
# Do not change this option unless you have hardware random
|
|
|
10 |
# generator and you REALLY know what you are doing
|
|
|
11 |
|
|
|
12 |
SSH_USE_STRONG_RNG=0
|
|
|
13 |
# SSH_USE_STRONG_RNG=1
|
|
|
14 |
|
|
|
15 |
# System-wide crypto policy:
|
|
|
16 |
# To opt-out, uncomment the following line
|
|
|
17 |
# CRYPTO_POLICY=
|