Commit 81f6188bca16861612085785bd7c0529dee686fb

Authored by Sergio Oliveira
1 parent d902bc15

Fixed ssh proxy command for reverseproxy on prod environment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/production/ssh_config
... ... @@ -4,7 +4,7 @@ Host *
4 4 Host reverseproxy
5 5 Hostname 10.10.40.49
6 6 Port 55555
7   - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
  7 + ProxyCommand ssh 164.41.9.49 -p 22 nc %h 55555
8 8  
9 9 Host reverseproxy.unconfigured
10 10 Hostname 164.41.9.49
... ...