| 4 |
- |
1 |
# Configuration file for the sshd service.
|
|
|
2 |
|
|
|
3 |
# The server keys are automatically generated if they ommited
|
|
|
4 |
# to change the automatic creation uncomment the approprite
|
|
|
5 |
# line.
|
|
|
6 |
|
|
|
7 |
# AUTOCREATE_SERVER_KEYS=RSAONLY
|
|
|
8 |
# AUTOCREATE_SERVER_KEYS=NO
|
|
|
9 |
AUTOCREATE_SERVER_KEYS=YES
|
|
|
10 |
|
|
|
11 |
# Do not change this option unless you have hardware random
|
|
|
12 |
# generator and you REALLY know what you are doing/
|
|
|
13 |
|
|
|
14 |
export SSH_USE_STRONG_RNG=0
|
|
|
15 |
# export SSH_USE_STRONG_RNG=1
|
|
|
16 |
|