60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
# Note that value for 'User' must be 'git'.
|
|
Host bbgithub bbgithub.dev.bloomberg.com
|
|
HostName bbgithub.dev.bloomberg.com
|
|
IdentityFile ~/.ssh/bbgithub
|
|
User git
|
|
UserKnownHostsFile /dev/null
|
|
StrictHostKeyChecking no
|
|
|
|
Host github.com
|
|
User vishap
|
|
Hostname github.com
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa_home
|
|
ProxyCommand=nc -X 5 -x localhost:1080 %h %p
|
|
|
|
|
|
Host lusntag
|
|
HostName lusntag.vostan.org
|
|
Port 8080
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa_home
|
|
User vahagn
|
|
ProxyCommand=nc -X 5 -x localhost:1080 %h %p
|
|
|
|
Host yerevak
|
|
HostName yerevak.vostan.org
|
|
Port 24
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa_home
|
|
User vahagn
|
|
ProxyCommand=nc -X 5 -x localhost:1080 %h %p
|
|
|
|
|
|
Host hrat
|
|
HostName 192.168.0.4
|
|
PreferredAuthentications publickey
|
|
IdentityFile ~/.ssh/id_rsa_home
|
|
User vahagn
|
|
ProxyCommand=nc -X 5 -x localhost:1080 %h %p
|
|
|
|
|
|
Host *
|
|
AddKeysToAgent yes
|
|
IdentitiesOnly yes
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
|
|
Host v5dev v5devgateway.bdns.bloomberg.com
|
|
ControlMaster auto
|
|
ControlPersist 8h
|
|
IdentityFile ~/.ssh/id_rsa.openssh
|
|
ControlPath /tmp/%r@%h-%p
|
|
Port 22
|
|
|
|
Host *.bloomberg.com !bbgithub.dev.bloomberg.com !v5prqsgateway.bdns.bloomberg.com
|
|
ControlPath /tmp/%r@%h-%p
|
|
ControlMaster auto
|
|
ControlPersist 24h
|
|
|