Browse Source

ssh: добавлены узлы сети

master
Maxim Likhachev 11 years ago
parent
commit
abeba6f536
  1. 57
      etc/net/ssh/config

57
etc/net/ssh/config

@ -2,11 +2,14 @@ Host *
ControlMaster auto ControlMaster auto
ControlPath /home/%u/.ssh/sessions/%h_%p_%r ControlPath /home/%u/.ssh/sessions/%h_%p_%r
#------ [ KB ] #------ [ DC ]
Host kb Host dc
User root User taxi
HostName 193.169.52.214 HostName 193.169.52.76
Host dc-v-sites
HostName 193.169.52.78
#------ [ TX ] #------ [ TX ]
@ -15,14 +18,38 @@ Host tx-o
HostName 85.192.165.42 HostName 85.192.165.42
Port 1023 Port 1023
#------ [ DC ] #------ [ AWS ]
Host dc Host aws
User taxi User ubuntu
HostName 193.169.52.76 HostName 54.72.210.58
IdentityFile ~/.ssh/aws.pem
Host dc-v-sites #------ [ KB ]
HostName 193.169.52.78
Host kb
User root
HostName 193.169.52.214
Host kb-v-kb
User root
HostName 192.168.115.10
ProxyCommand ssh -t -t kb -W %h:%p
Host kb-v-pb
User root
HostName 192.168.115.15
ProxyCommand ssh -t -t kb -W %h:%p
Host kb-v-pb-old
User root
HostName 192.168.115.105
ProxyCommand ssh -t -t kb -W %h:%p
Host kb-v-pb-dev
User root
HostName 192.168.115.115
ProxyCommand ssh -t -t kb -W %h:%p
#------ [ Atpl ] #------ [ Atpl ]
@ -35,12 +62,10 @@ Host atpl-v-sites
HostName 192.168.115.50 HostName 192.168.115.50
ProxyCommand ssh -t -t atpl -W %h:%p ProxyCommand ssh -t -t atpl -W %h:%p
#------ [ AWS ] Host atpl-v-sql
User root
Host aws HostName 192.168.115.102
User ubuntu ProxyCommand ssh -t -t atpl -W %h:%p
HostName 54.72.210.58
IdentityFile ~/.ssh/aws.pem
#------ [ Office ] #------ [ Office ]

Loading…
Cancel
Save