Commit 25074b5ddecd62407c18a8e71f069538db8e1ea8

Authored by Athos
1 parent ce25b7d2

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 15 Host database
16 16 Hostname 10.10.40.47
17 17 # connect via reverseproxy host
  18 + Port 55555
18 19 ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
19 20  
20 21 Host social
21 22 Hostname 10.10.40.46
22 23 # connect via reverseproxy host
  24 + Port 55555
23 25 ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
24 26  
25 27 Host email
... ...