From fd7a093033b610c13b5fbe02c965576c412beff7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 9 May 2023 13:00:02 +0200 Subject: [PATCH] wait #5851 --- bin/startup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/startup.sh b/bin/startup.sh index 6208eabdc..53d06dd23 100644 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -7,11 +7,13 @@ chown -R root:root /etc/sudoers.d chown -R toolbox:www-data /application/storage/framework chmod 755 /etc/ssh/*.d chmod 600 /etc/ssh/*_key + chmod 750 /application chmod 600 /application/.ssh/id_rsa chmod 700 /application/.ssh/ chmod 600 /application/.ssh/authorized_keys2 chown -R toolbox:www-data /application/.ssh + chmod 600 /root/.ssh/id_rsa chmod 700 /root/.ssh/ chmod 600 /root/.ssh/authorized_keys2 -- 2.39.5