Skip to content

Commit

Permalink
Apply fix from #25
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowes authored and flaupretre committed Sep 27, 2023
1 parent e009ebf commit 0d0a779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateways/ssm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gw="$TUNNEL_GATEWAY_HOST"
[ "X$TUNNEL_GATEWAY_USER" = X ] || gw="$TUNNEL_GATEWAY_USER@$TUNNEL_GATEWAY_HOST"

$TUNNEL_SSH_CMD \
-o ProxyCommand "aws ssm start-session $TUNNEL_SSM_OPTIONS --target %h --document-name $TUNNEL_SSM_DOCUMENT_NAME --parameters 'portNumber=%p'" \
-o ProxyCommand="aws ssm start-session $TUNNEL_SSM_OPTIONS --target %h --document-name $TUNNEL_SSM_DOCUMENT_NAME --parameters 'portNumber=%p'" \
-N \
-L "$TUNNEL_LOCAL_HOST:$TUNNEL_LOCAL_PORT:$TUNNEL_TARGET_HOST:$TUNNEL_TARGET_PORT" \
-p "$TUNNEL_GATEWAY_PORT" \
Expand Down

0 comments on commit 0d0a779

Please sign in to comment.