Commit 9f6a69938186526ff57130c27d7404ba46835ab5
Committed by
Rafael Manzo
1 parent
b524bf25
Exists in
mezuro_cookbook
Adding config for cdtc env
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
config/cdtc/ips.yaml
config/cdtc/ssh_config
| @@ -26,3 +26,8 @@ Host email | @@ -26,3 +26,8 @@ Host email | ||
| 26 | Hostname 10.10.40.48 | 26 | Hostname 10.10.40.48 |
| 27 | # connect via reverseproxy host | 27 | # connect via reverseproxy host |
| 28 | ProxyCommand ssh 164.41.9.49 -p %p nc %h %p | 28 | ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |
| 29 | + | ||
| 30 | +Host mezuro | ||
| 31 | + Hostname 10.10.40.44 | ||
| 32 | + # connect via reverseproxy host | ||
| 33 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |