dotfiles/.ssh/config.d/lyrical_jumbleberry

13 lines
262 B
Plaintext
Raw Normal View History

2018-12-04 03:24:56 +00:00
## 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
###