Skip to content
Snippets Groups Projects
Commit 9f32a046 authored by nimrod's avatar nimrod
Browse files

Some more updates to ssh_config.

parent 59336aa7
No related branches found
No related tags found
No related merge requests found
# Disable SSH host key checking for EC2 instances. # Disable SSH host key checking for EC2 instances.
Host *.compute-1.amazonaws.com Host *.compute-1.amazonaws.com
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
StrictHostKeyChecking no StrictHostKeyChecking no
# shore.co.il infrastructure # shore.co.il infrastructure
User nimrod
IdentityFile shore_rsa
Host ns1 Host ns1
HostName ns1.shore.co.il HostName ns1.shore.co.il
LocalForward 9091 xbmc.trusted:9091 LocalForward 9091 xbmc.trusted:9091
DynamicForward 8080 DynamicForward 8080
User nimrod
IdentityFile ~/.ssh/shore_rsa
Host xbmc Host xbmc
HostName xbmc.trusted HostName xbmc.trusted
...@@ -17,13 +16,21 @@ ProxyCommand ssh ns1 nc %h %p ...@@ -17,13 +16,21 @@ ProxyCommand ssh ns1 nc %h %p
Host web1 Host web1
HostName web1.trusted HostName web1.trusted
ProxyCommand ssh ns1 nc %h %p ProxyCommand ssh ns1 nc %h %p
User nimrod
IdentityFile ~/.ssh/shore_rsa
Host ns2 Host ns2
HostName ns2.shore.co.il HostName ns2.shore.co.il
User admin User admin
DynamicForward 9999 DynamicForward 9999
ProxyCommand ssh ns1 nc %h %p ProxyCommand ssh ns1 nc %h %p
IdentityFile ~/.ssh/shore_rsa
Host cgit Host cgit
HostName cgit.trusted HostName cgit.trusted
ProxyCommand ssh ns1 nc %h %p ProxyCommand ssh ns1 nc %h %p
User nimrod
IdentityFile ~/.ssh/shore_rsa
HostName gitolite.Ansible.vagrant
IdentityFile ~/.ssh/shore_rsa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment