mirror of https://github.com/CISOfy/lynis.git
Merge pull request #1504 from roelandjansen/add_tumbleweed_sshd_config_path
tumbleweed: added /usr/etc/ssh to SSH_DAEMON_CONFIG_LOCS var
This commit is contained in:
commit
5d17e96fd6
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
#################################################################################
|
||||
#
|
||||
SSH_DAEMON_CONFIG_LOCS="/etc /etc/ssh /usr/local/etc/ssh /opt/csw/etc/ssh"
|
||||
SSH_DAEMON_CONFIG_LOCS="/etc /etc/ssh /usr/local/etc/ssh /opt/csw/etc/ssh /usr/etc/ssh"
|
||||
SSH_DAEMON_CONFIG=""
|
||||
SSH_DAEMON_PORT=""
|
||||
SSH_DAEMON_RUNNING=0
|
||||
|
|
Loading…
Reference in New Issue