Revert "OpenSSH: restrict file permissions for sshd_config to 0600"

This reverts commit a9fb87809e.

This prevents the SSH configuration being parsed by the web user
interface.

Reported-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-06-24 17:45:17 +00:00
parent addeeb1f79
commit 10f012edff

View File

@@ -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