13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
|
## jumbleberry
|
||
|
Host jumbleberry.jumpbox
|
||
|
IdentityFile ~/.ssh/terraform_key
|
||
|
user ubuntu
|
||
|
Hostname 34.233.71.5
|
||
|
|
||
|
Host jumbleberry.testbox
|
||
|
IdentityFile ~/.ssh/terraform_key
|
||
|
Hostname 10.0.2.38
|
||
|
ProxyCommand ssh -W %h:%p jumbleberry.jumpbox
|
||
|
user ubuntu
|
||
|
###
|