diff --git a/docker/dblab-ssh/entrypoint.sh b/docker/dblab-ssh/entrypoint.sh index d26e596f9d414c9c5f34f97be6d2c831b70359ca..858ba408099564a874d5c349c4092b815627eb9c 100644 --- a/docker/dblab-ssh/entrypoint.sh +++ b/docker/dblab-ssh/entrypoint.sh @@ -12,7 +12,7 @@ echo "${DBLAB_SSH_KEY}" > ~/.ssh/id_rsa chmod 0400 ~/.ssh/id_rsa echo "${DBLAB_HOST_KEYS}" > ~/.ssh/known_hosts -ssh -f -N -L 2345:localhost:"${DBLAB_API_PORT}" -i ~/.ssh/id_rsa "${DBLAB_SSH_HOST}" +ssh -v -f -N -L 2345:localhost:"${DBLAB_API_PORT}" -i ~/.ssh/id_rsa "${DBLAB_SSH_HOST}" echo "Attempting to create clone ${DBLAB_CLONE_ID} on environment ${DBLAB_ENVIRONMENT}"