|
|
|
@ -2,15 +2,21 @@ Host *
@@ -2,15 +2,21 @@ Host *
|
|
|
|
|
ControlMaster auto |
|
|
|
|
ControlPath /home/%u/.ssh/sessions/%h_%p_%r |
|
|
|
|
|
|
|
|
|
#------ [ KB ] |
|
|
|
|
|
|
|
|
|
Host kb |
|
|
|
|
User root |
|
|
|
|
HostName 193.169.52.214 |
|
|
|
|
|
|
|
|
|
Host t-o |
|
|
|
|
#------ [ TX ] |
|
|
|
|
|
|
|
|
|
Host tx-o |
|
|
|
|
User root |
|
|
|
|
HostName 85.192.165.42 |
|
|
|
|
Port 1023 |
|
|
|
|
|
|
|
|
|
#------ [ DC ] |
|
|
|
|
|
|
|
|
|
Host dc |
|
|
|
|
User taxi |
|
|
|
|
HostName 193.169.52.76 |
|
|
|
@ -18,6 +24,8 @@ Host dc
@@ -18,6 +24,8 @@ Host dc
|
|
|
|
|
Host dc-v-sites |
|
|
|
|
HostName 193.169.52.78 |
|
|
|
|
|
|
|
|
|
#------ [ Atpl ] |
|
|
|
|
|
|
|
|
|
Host atpl |
|
|
|
|
User root |
|
|
|
|
HostName 193.169.52.221 |
|
|
|
@ -27,16 +35,33 @@ Host atpl-v-sites
@@ -27,16 +35,33 @@ Host atpl-v-sites
|
|
|
|
|
HostName 192.168.115.50 |
|
|
|
|
ProxyCommand ssh -t -t atpl -W %h:%p |
|
|
|
|
|
|
|
|
|
#------ [ AWS ] |
|
|
|
|
|
|
|
|
|
Host aws |
|
|
|
|
User ubuntu |
|
|
|
|
HostName 54.72.210.58 |
|
|
|
|
IdentityFile ~/.ssh/aws.pem |
|
|
|
|
|
|
|
|
|
#------ [ Office ] |
|
|
|
|
|
|
|
|
|
Host office |
|
|
|
|
User root |
|
|
|
|
HostName 192.168.0.12 |
|
|
|
|
|
|
|
|
|
Host pi |
|
|
|
|
Host office-pbx |
|
|
|
|
User asp3ctus |
|
|
|
|
HostName 192.168.0.27 |
|
|
|
|
|
|
|
|
|
Host office-v |
|
|
|
|
User asp3ctus |
|
|
|
|
HostName 192.168.0.98 |
|
|
|
|
|
|
|
|
|
Host office-v-jenkins |
|
|
|
|
User asp3ctus |
|
|
|
|
HostName 192.168.0.20 |
|
|
|
|
ProxyCommand ssh -t -t office-v -W %h:%p |
|
|
|
|
|
|
|
|
|
Host office-pi |
|
|
|
|
User pi |
|
|
|
|
HostName 192.168.0.49 |
|
|
|
|
|
|
|
|
|
Host aws |
|
|
|
|
User ubuntu |
|
|
|
|
HostName 54.72.210.58 |
|
|
|
|
IdentityFile ~/.ssh/aws.pem |
|
|
|
|
|
|
|
|
|