Lines 31-33
SSHD_OPTS=""
Link Here
|
31 |
# Path to the ssh-keygen binary (needs to be absolute path). |
31 |
# Path to the ssh-keygen binary (needs to be absolute path). |
32 |
|
32 |
|
33 |
#SSHD_KEYGEN_BINARY="${RC_PREFIX%/}/usr/bin/ssh-keygen" |
33 |
#SSHD_KEYGEN_BINARY="${RC_PREFIX%/}/usr/bin/ssh-keygen" |
|
|
34 |
|
35 |
|
36 |
# Space-separated list of specific ssh host key types to generate. |
37 |
# If this value is left blank (default), all types will be generated. |
38 |
# For a list of possible values, refer to the ssh-keygen(1) manpage |
39 |
# for the '-t' argument. |
40 |
#SSHD_HOSTKEY_TYPES="" |