From 10f012edffd157d4f92d0dd64c81dc87c7af5195 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 24 Jun 2021 17:45:17 +0000 Subject: [PATCH] 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 --- lfs/openssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2