Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-connectivity / openssh / files / stx / sshd.sysconfig
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 uncomment and change the appropriate
5 # line. Accepted key types are: DSA RSA ECDSA ED25519.
6 # The default is "RSA ECDSA ED25519"
7
8 # AUTOCREATE_SERVER_KEYS=""
9 # AUTOCREATE_SERVER_KEYS="RSA ECDSA ED25519"
10
11 # Do not change this option unless you have hardware random
12 # generator and you REALLY know what you are doing
13
14 SSH_USE_STRONG_RNG=0
15 # SSH_USE_STRONG_RNG=1