From f533dad59752eae5cda59b41bf33217cc91f5d5e Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 18 May 2015 19:25:26 -0300 Subject: [PATCH] Using integration as entry point to other servers --- config/production/ssh_config | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/config/production/ssh_config b/config/production/ssh_config index 58a9c85..697cbad 100644 --- a/config/production/ssh_config +++ b/config/production/ssh_config @@ -2,32 +2,27 @@ Host * ForwardAgent yes Host reverseproxy - Hostname 164.41.9.49 + Hostname 10.10.40.49 Port 55555 + ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 Host reverseproxy.unconfigured Hostname 164.41.9.49 +Host integration + Hostname 164.41.9.49 + Host database Hostname 10.10.40.47 - Port 55555 # connect via reverseproxy host ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 Host social Hostname 10.10.40.46 - Port 55555 # connect via reverseproxy host ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 Host email Hostname 10.10.40.48 - Port 55555 - # connect via reverseproxy host - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 - -Host integration - Hostname 10.10.40.45 - Port 55555 # connect via reverseproxy host ProxyCommand ssh 164.41.9.49 -p %p nc %h 22 -- libgit2 0.21.2