resilienc...

This commit is contained in:
2025-06-18 21:44:56 -05:00
parent 87397d2bb6
commit c365d232fa

View File

@@ -110,7 +110,7 @@ fi
if [ ! -d $LOCALUSER_SSH_DIR ]; then if [ ! -d $LOCALUSER_SSH_DIR ]; then
if [ ! -d /home/subodev ]; then if [ ! -d /home/subodev ]; then
mkdir /home/localuser/.ssh/ mkdir -p /home/localuser/.ssh/
curl --silent http://dl.knownelement.com/FetchApplyDistPoint/ssh-authorized-keys > /home/localuser/.ssh/authorized_keys && chmod 400 /home/localuser/.ssh/authorized_keys curl --silent http://dl.knownelement.com/FetchApplyDistPoint/ssh-authorized-keys > /home/localuser/.ssh/authorized_keys && chmod 400 /home/localuser/.ssh/authorized_keys
chmod 400 /home/localuser/.ssh/authorized_keys chmod 400 /home/localuser/.ssh/authorized_keys
fi fi