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

SchooLinks SSH config.

parent d82ae5a2
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,33 @@ ...@@ -2,3 +2,33 @@
# vim:ft=sshconfig # vim:ft=sshconfig
# SchooLinks infrastructure # 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
...@@ -15,6 +15,14 @@ ssh-keys: .ssh/github_ed25519 ...@@ -15,6 +15,14 @@ ssh-keys: .ssh/github_ed25519
ssh-keys: .ssh/shore_ecdsa ssh-keys: .ssh/shore_ecdsa
ssh-keys: .ssh/shore_ed25519 ssh-keys: .ssh/shore_ed25519
ssh-keys: .ssh/shore_rsa 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 .ssh/%_rsa: Documents/Database.kdbx
$(mkd) $(mkd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment