Skip to content
Snippets Groups Projects
Commit 2a7f3d26 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 8b3e0a0a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment