Преглед изворни кода

Merge pull request #805 from jaapmarcus/bugfix-803

Bugfix #803 ssh config file not added to config list
Raphael Schneeberger пре 5 година
родитељ
комит
add7fde604
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      bin/v-change-sys-service-config

+ 1 - 0
bin/v-change-sys-service-config

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