Skip to content

Commit

Permalink
Merge pull request #8 from vrenaville/fix_failure
Browse files Browse the repository at this point in the history
fix: add gatewayports no
  • Loading branch information
vrenaville authored Apr 29, 2022
2 parents ddb35ac + a2d37c4 commit fcde2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ COMMAND="autossh "\
"-o ServerAliveInterval=${SSH_SERVER_ALIVE_INTERVAL:-10} "\
"-o ServerAliveCountMax=${SSH_SERVER_ALIVE_COUNT_MAX:-3} "\
"-o ExitOnForwardFailure=${EXITONFORWARDFAILURE:=yes} "\
"-o GatewayPorts=no "\
"-t -t "\
"${SSH_MODE:=-R} ${SSH_BIND_IP}:${SSH_TUNNEL_PORT}:${SSH_TARGET_HOST}:${SSH_TARGET_PORT} "\
"-p ${SSH_REMOTE_PORT:=22} "\
Expand Down

0 comments on commit fcde2a8

Please sign in to comment.