mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user