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"