Sha256: cd02e64e37a2b8d13a4bbe83c3af8505f453a8dcffbf924acf8fdda612b5a959

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

BASTION_IP="$(terraform output -state=terraform/terraform.tfstate bastion_ip)"
ssh -4 -D 5000 -fNC ubuntu@$BASTION_IP -i <%= @values['kite']['private_key_path'] %>

export BOSH_ALL_PROXY=socks5://localhost:5000

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kite-0.2.0 tpl/aws/bin/base/setup-tunnel.sh.tt
kite-0.1.0 tpl/aws/bin/base/setup-tunnel.sh.tt
kite-0.0.9 tpl/aws/bin/base/setup-tunnel.sh.tt
kite-0.0.8 tpl/aws/setup-tunnel.sh.erb
kite-0.0.7 tpl/aws/setup-tunnel.sh.erb