Commit 913acf19 authored by nimrod's avatar nimrod
Browse files

SchooLinks SSH config.

parent d82ae5a2
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -2,3 +2,33 @@
# vim:ft=sshconfig
# SchooLinks infrastructure

Host api-*.schoolinks.com api.schoolinks.com celery.schoolinks.com
ProxyCommand ssh vpn.schoolinks.com -W %h:%p

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

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 *.schoolinks.com
User ubuntu
IdentityFile ~/.ssh/schoolinks_prod_rsa
+8 −0
Original line number Diff line number Diff line
@@ -15,6 +15,14 @@ ssh-keys: .ssh/github_ed25519
ssh-keys: .ssh/shore_ecdsa
ssh-keys: .ssh/shore_ed25519
ssh-keys: .ssh/shore_rsa
ssh-keys: .ssh/schoolinks_ci_rsa
ssh-keys: .ssh/schoolinks_dev_rsa
ssh-keys: .ssh/schoolinks_prod_rsa
ssh-keys: .ssh/schoolinks_sftp_rsa
ssh-keys: .ssh/schoolinks_stable_rsa
ssh-keys: .ssh/schoolinks_staging_rsa
ssh-keys: .ssh/schoolinks_qa_rsa
ssh-keys: .ssh/schoolinks_vpn_rsa

.ssh/%_rsa: Documents/Database.kdbx
	$(mkd)