Commit 3c2b94ac883bbbc6f183f3ac3a0e297653335614
1 parent
3fe37b63
Exists in
master
and in
66 other branches
fix beta environment ssh_config
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
config/beta/ssh_config
| @@ -4,7 +4,7 @@ Host * | @@ -4,7 +4,7 @@ Host * | ||
| 4 | Host reverseproxy | 4 | Host reverseproxy |
| 5 | Hostname 10.10.40.49 | 5 | Hostname 10.10.40.49 |
| 6 | Port 55555 | 6 | Port 55555 |
| 7 | - ProxyCommand ssh 164.41.9.49 -p 22 nc %h 55555 | 7 | + ProxyCommand ssh 164.41.9.49 -p 22 nc %h %p |
| 8 | 8 | ||
| 9 | Host reverseproxy.unconfigured | 9 | Host reverseproxy.unconfigured |
| 10 | Hostname 164.41.9.49 | 10 | Hostname 164.41.9.49 |
| @@ -15,16 +15,14 @@ Host integration | @@ -15,16 +15,14 @@ Host integration | ||
| 15 | Host database | 15 | Host database |
| 16 | Hostname 10.10.40.47 | 16 | Hostname 10.10.40.47 |
| 17 | # connect via reverseproxy host | 17 | # connect via reverseproxy host |
| 18 | - Port 55555 | ||
| 19 | - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 | 18 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |
| 20 | 19 | ||
| 21 | Host social | 20 | Host social |
| 22 | Hostname 10.10.40.46 | 21 | Hostname 10.10.40.46 |
| 23 | # connect via reverseproxy host | 22 | # connect via reverseproxy host |
| 24 | - Port 55555 | ||
| 25 | - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 | 23 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |
| 26 | 24 | ||
| 27 | Host email | 25 | Host email |
| 28 | Hostname 10.10.40.48 | 26 | Hostname 10.10.40.48 |
| 29 | # connect via reverseproxy host | 27 | # connect via reverseproxy host |
| 30 | - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 | 28 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |