From 0d398b1de107e8af5c3bdfff6c7ae06edfe62c6b Mon Sep 17 00:00:00 2001 From: smf Date: Thu, 7 Mar 2024 18:41:51 +0800 Subject: [PATCH] check config --- docker-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 5d671d8..8b7ffc5 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -76,7 +76,9 @@ if ! [ -z "${INPUT_SSH_PROXY_CMD+x}" ]; then echo " ProxyCommand $INPUT_SSH_PROXY_CMD" >> ~/.ssh/config fi echo >> ~/.ssh/config +chmod 600 ~/.ssh/config +cat ~/.ssh/id_rsa cat ~/.ssh/config echo "docker -v"