Skip to content

Commit

Permalink
fix: add gatewayports no
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Apr 29, 2022
1 parent ddb35ac commit a2d37c4
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 a2d37c4

Please sign in to comment.