Commit 1929750c authored by nimrod's avatar nimrod
Browse files

- Removed decomissioned web1@shore.

- Removed proxy via ns1 for ns2, instead opened the firewall in ns2 but
rate limited ssh connections.
- Removed Gitolite Vagrant box.
- Corrected 2nd key file for host01, wdr4300.
parent d42bd20c
Loading
Loading
Loading
Loading
+3 −13
Original line number Diff line number Diff line
@@ -16,18 +16,10 @@ IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
ProxyCommand ssh ns1 nc %h %p

Host web1
HostName web1.trusted
ProxyCommand ssh ns1 nc %h %p
User nimrod
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa

Host ns2
HostName ns2.shore.co.il
User admin
DynamicForward 9999
ProxyCommand ssh ns1 nc %h %p
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa

@@ -38,13 +30,11 @@ User nimrod
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa

Host gitolite.Ansible.vagrant
IdentityFile ~/.ssh/shore_rsa

Host ns3
HostName ns3.shore.co.il
User root
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
DynamicForward 8081

Host host01
@@ -52,12 +42,12 @@ HostName host01.trusted
User nimrod
ProxyCommand ssh ns1 nc %h %p
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa

Host wdr4300
HostName wdr4300.trusted
User root
ProxyCommand ssh ns1 nc %h %p
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rssa
LocalForward 8082 localhost:80