15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
|
## Path: Network/Remote access/SSH
|
||
|
## Description: SSH server settings
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## ServiceRestart: sshd
|
||
|
#
|
||
|
# Options for sshd
|
||
|
#
|
||
|
SSHD_OPTS=""
|
||
|
|
||
|
#
|
||
|
# Whether to run ssh-keygen -A
|
||
|
#
|
||
|
SSHD_AUTO_KEYGEN="yes"
|