5 lines
78 B
Text
5 lines
78 B
Text
|
STATE=$(get_setting ssh.enabled)
|
||
|
SVC="sshd"
|
||
|
CONF="sshd.conf"
|
||
|
DAEMONS=("sshd")
|