From 96737543858a2d78d61da981dd10c5e9a3b671a4 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 13 Apr 2015 15:35:15 +0200 Subject: [PATCH] backup: Include sshd config file. The sshd config file was not included in the backups, so if the port was switched from the default one to another one, the changed value was correctly restored and displayed in the WUI but still the original sshd config file was present and the default port has been used. This issue is fixed by this commit. Fixes #10446. --- config/backup/include | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/include b/config/backup/include index d7a1d3a329..159ff9a583 100644 --- a/config/backup/include +++ b/config/backup/include @@ -13,6 +13,7 @@ /etc/hosts* /etc/httpd/* /etc/ssh/ssh_host* +/etc/ssh/sshd_config /etc/logrotate.d /var/ipfire/auth/users /var/ipfire/dhcp/* -- 2.39.2