We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b668b commit df6d708Copy full SHA for df6d708
run.sh
@@ -14,7 +14,7 @@ if [ -z ${REMOTE_IP+x} ] ; then
14
exit 1
15
fi
16
17
-echo "starting SSH Reverse proxy $CONTAINER_IP:$CONTAINER_PORT -> $REMOTE_IP:$REMOTE_PORT as $SSH_USER@$SSH_BASTION_HOST:$SSH_PORT"
+echo "starting SSH Reverse proxy $CONTAINER_IP:$CONTAINER_PORT -> $REMOTE_IP:$REMOTE_PORT as $SSH_USER@$REMOTE_IP:$SSH_PORT"
18
19
/usr/bin/ssh \
20
-NTC -o ServerAliveInterval=60 \
0 commit comments