Use full path in config validation consistently
This commit is contained in:
@@ -23,4 +23,4 @@
|
||||
path: /etc/ssh/sshd_config
|
||||
regexp: '^#?LogLevel'
|
||||
line: 'LogLevel VERBOSE'
|
||||
validate: sshd -f %s -t
|
||||
validate: /usr/sbin/sshd -t -f %s
|
||||
|
||||
Reference in New Issue
Block a user