Skip to content
Snippets Groups Projects
Commit 957f6cb5 authored by nimrod's avatar nimrod
Browse files

SSH Config: Add SchooLink's other VPCs.

parent caf10ab0
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,10 @@ Host vpn.schoolinks.com ...@@ -26,10 +26,10 @@ Host vpn.schoolinks.com
IdentityFile ~/.ssh/schoolinks_vpn_rsa IdentityFile ~/.ssh/schoolinks_vpn_rsa
User centos User centos
Host !vpn.schoolinks.com *.schoolinks.com 172.31.*.* Host !vpn.schoolinks.com *.schoolinks.com 172.31.*.* 172.30.*.* 172.29.*.*
ProxyCommand ssh vpn.schoolinks.com -W %h:%p ProxyCommand ssh vpn.schoolinks.com -W %h:%p
Host *.schoolinks.com 172.31.*.* Host *.schoolinks.com 172.31.*.* 172.29.*.*
User ubuntu User ubuntu
IdentityFile ~/.ssh/schoolinks_ed25519 IdentityFile ~/.ssh/schoolinks_ed25519
IdentityFile ~/.ssh/schoolinks_rsa IdentityFile ~/.ssh/schoolinks_rsa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment