From 81f6188bca16861612085785bd7c0529dee686fb Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 21 May 2015 15:41:11 -0300 Subject: [PATCH] Fixed ssh proxy command for reverseproxy on prod environment --- config/production/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production/ssh_config b/config/production/ssh_config index 697cbad..435ab9d 100644 --- a/config/production/ssh_config +++ b/config/production/ssh_config @@ -4,7 +4,7 @@ Host * Host reverseproxy Hostname 10.10.40.49 Port 55555 - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 + ProxyCommand ssh 164.41.9.49 -p 22 nc %h 55555 Host reverseproxy.unconfigured Hostname 164.41.9.49 -- libgit2 0.21.2