Przeglądaj źródła

Bugfix #803 ssh config file not added to config list

Jaap Marcus 5 lat temu
rodzic
commit
21f2fe92ae
1 zmienionych plików z 1 dodań i 0 usunięć
  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