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

SSH: Removed shared SchooLinks keys.

parent 77834a64
No related branches found
No related tags found
No related merge requests found
......@@ -2,24 +2,9 @@
# vim:ft=sshconfig
# SchooLinks infrastructure
Host api-*.schoolinks.com api.schoolinks.com celery.schoolinks.com monitoring.schoolinks.com ci.schoolinks.com 172.31.*.*
ProxyCommand ssh vpn.schoolinks.com -W %h:%p
Host api.schoolinks.com
Hostname 35.170.212.119
Host api-dev*.schoolinks.com
IdentityFile ~/.ssh/schoolinks_dev_rsa
Host api-qa.schoolinks.com
IdentityFile ~/.ssh/schoolinks_qa_rsa
Host api-stable.schoolinks.com
IdentityFile ~/.ssh/schoolinks_stable_rsa
Host api-staging.schoolinks.com
IdentityFile ~/.ssh/schoolinks_staging_rsa
Host ci.schoolinks.com
IdentityFile ~/.ssh/schoolinks_ci_rsa
......@@ -35,6 +20,10 @@ Host vpn.schoolinks.com
IdentityFile ~/.ssh/schoolinks_vpn_rsa
User centos
Host !vpn.schoolinks.com *.schoolinks.com 172.31.*.*
ProxyCommand ssh vpn.schoolinks.com -W %h:%p
Host *.schoolinks.com 172.31.*.*
User ubuntu
IdentityFile ~/.ssh/schoolinks_prod_rsa
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