Commit 25074b5ddecd62407c18a8e71f069538db8e1ea8
1 parent
ce25b7d2
Exists in
master
and in
89 other branches
Change ssh_config to connect to beta through old settings
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/beta/ssh_config
@@ -15,11 +15,13 @@ Host integration | @@ -15,11 +15,13 @@ 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 | ||
18 | ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 | 19 | ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 |
19 | 20 | ||
20 | Host social | 21 | Host social |
21 | Hostname 10.10.40.46 | 22 | Hostname 10.10.40.46 |
22 | # connect via reverseproxy host | 23 | # connect via reverseproxy host |
24 | + Port 55555 | ||
23 | ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 | 25 | ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 |
24 | 26 | ||
25 | Host email | 27 | Host email |