Skip to content
Snippets Groups Projects
Commit 0c464b07 authored by nimrod's avatar nimrod
Browse files

Some SchooLinks SSH config updates.

parent 907dbf38
Branches
No related tags found
No related merge requests found
......@@ -2,15 +2,6 @@
# vim:ft=sshconfig
# SchooLinks infrastructure
Host api.schoolinks.com
Hostname 35.170.212.119
Host api-staging.schoolinks.com
HostName 34.226.30.250
Host celery.schoolinks.com
LocalForward 5555 localhost:5555
Host ci.schoolinks.com
IdentityFile ~/.ssh/schoolinks_ci_rsa
......@@ -19,17 +10,11 @@ Host monitoring.schoolinks.com
Host sftp.schoolinks.com
IdentityFile ~/.ssh/schoolinks_sftp_rsa
User ec2-user
Host vpn.schoolinks.com
HostName 18.210.9.60
IdentityFile ~/.ssh/schoolinks_vpn_rsa
User centos
Host !vpn.schoolinks.com *.schoolinks.com 172.31.*.* 172.30.*.* 172.29.*.*
ProxyCommand ssh vpn.schoolinks.com -W %h:%p
Host !firezone.schoolinks.com *.schoolinks.com 172.31.*.* 172.30.*.* 172.29.*.*
ProxyCommand ssh firezone.schoolinks.com -W %h:%p
Host *.schoolinks.com 172.31.*.* 172.29.*.*
Host *.schoolinks.com 172.31.*.* 172.30.*.* 172.29.*.*
User ubuntu
IdentityFile ~/.ssh/schoolinks_ed25519
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