Просмотр исходного кода

Merge pull request #805 from jaapmarcus/bugfix-803

Bugfix #803 ssh config file not added to config list
Raphael Schneeberger 5 лет назад
Родитель
Сommit
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