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