From: Michael Tremer Date: Thu, 24 Jun 2021 17:45:17 +0000 (+0000) Subject: Revert "OpenSSH: restrict file permissions for sshd_config to 0600" X-Git-Tag: v2.25-core158~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10f012edffd157d4f92d0dd64c81dc87c7af5195;p=ipfire-2.x.git Revert "OpenSSH: restrict file permissions for sshd_config to 0600" This reverts commit a9fb87809eccdc7ea7736659ceec929a028761d4. This prevents the SSH configuration being parsed by the web user interface. Reported-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- diff --git a/lfs/openssh b/lfs/openssh index ced1a7db97..3117e996c9 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install # install custom OpenSSH server configuration - install -v -m 600 $(DIR_SRC)/config/ssh/sshd_config \ + install -v -m 644 $(DIR_SRC)/config/ssh/sshd_config \ /etc/ssh/sshd_config # install custom OpenSSH client configuration