Sha256: 8cb661664fc8f1a2e173ac00dfb179775f16e662248358f6a5022bfd6b07c8ed

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

#!/usr/bin/env bash

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

export BOSH_ALL_PROXY=socks5://localhost:5000

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kite-0.0.6 tpl/gcp/setup-tunnel.sh.erb