Commit a0ec6a641f956e720f2bc96210676f49ed858367

Authored by Antonio Terceiro
1 parent c8fcf6d2

homologa: insert SSH configuration

I can't actually test it though
Showing 1 changed file with 20 additions and 18 deletions   Show diff stats
config/homologa/ssh_config
1 1 Host *
2 2 ForwardAgent yes
3 3  
4   -Host reverseproxy
5   - Hostname 164.41.9.49
6   - Port 55555
7   -
8 4 Host reverseproxy.unconfigured
9   - Hostname 164.41.9.49
  5 + Hostname 189.9.151.65
  6 + User spb
  7 +
  8 +Host reverseproxy
  9 + Hostname 10.0.13.2
  10 + User spb
  11 + # connect via reverseproxy host
  12 + ProxyCommand ssh spb@189.9.151.65 nc %h %p
10 13  
11 14 Host database
12   - Hostname 10.10.40.47
13   - Port 55555
  15 + Hostname 10.0.13.6
  16 + User spb
14 17 # connect via reverseproxy host
15   - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
  18 + ProxyCommand ssh spb@189.9.151.65 nc %h %p
16 19  
17 20 Host social
18   - Hostname 10.10.40.46
19   - Port 55555
  21 + Hostname 10.0.13.4
  22 + User spb
20 23 # connect via reverseproxy host
21   - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
  24 + ProxyCommand ssh spb@189.9.151.65 nc %h %p
22 25  
23 26 Host email
24   - Hostname 10.10.40.48
25   - Port 55555
  27 + Hostname 10.0.13.5
  28 + User spb
26 29 # connect via reverseproxy host
27   - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
  30 + ProxyCommand ssh spb@189.9.151.65 nc %h %p
28 31  
29 32 Host integration
30   - Hostname 10.10.40.45
31   - Port 55555
32   - # connect via reverseproxy host
33   - ProxyCommand ssh 164.41.9.49 -p %p nc %h 22
  33 + Hostname 10.0.13.7
  34 + User spb
  35 + # Porta 22 de 189.9.151.65 cai aqui entao nao precisa de ProxyCommand
... ...