|
@@ -71,6 +71,7 @@ case $service in
|
|
|
cron) dst='/etc/crontab';;
|
|
cron) dst='/etc/crontab';;
|
|
|
crond) dst='/etc/crontab';;
|
|
crond) dst='/etc/crontab';;
|
|
|
fail2ban) dst='/etc/fail2ban/jail.local';;
|
|
fail2ban) dst='/etc/fail2ban/jail.local';;
|
|
|
|
|
+ ssh) dst='/etc/ssh/sshd_config';;
|
|
|
*) check_result $E_NOTEXIST "service $service doesn't exist"
|
|
*) check_result $E_NOTEXIST "service $service doesn't exist"
|
|
|
esac
|
|
esac
|
|
|
|
|
|