mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-09-02 06:37:44 +02:00
Update sshd.conf
Update to CentOS 7 comand!
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
check process sshd with pidfile /var/run/sshd.pid
|
||||
start program = "/etc/init.d/sshd start"
|
||||
stop program = "/etc/init.d/sshd stop"
|
||||
start program = "/usr/bin/systemctl start sshd"
|
||||
stop program = "/usr/bin/systemctl stop sshd"
|
||||
if failed port 22 protocol ssh then restart
|
||||
|
||||
Reference in New Issue
Block a user