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

Some more SchooLinks SSH config.

- Add the APM instance.
- Add all of the hosts (I know of) that need the jump host.
parent d82cde41
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# vim:ft=sshconfig # vim:ft=sshconfig
# SchooLinks infrastructure # SchooLinks infrastructure
Host api-*.schoolinks.com api.schoolinks.com celery.schoolinks.com Host api-*.schoolinks.com api.schoolinks.com celery.schoolinks.com monitoring.schoolinks.com ci.schoolinks.com
ProxyCommand ssh vpn.schoolinks.com -W %h:%p ProxyCommand ssh vpn.schoolinks.com -W %h:%p
Host api-dev.schoolinks.com Host api-dev.schoolinks.com
...@@ -20,6 +20,9 @@ Host api-staging.schoolinks.com ...@@ -20,6 +20,9 @@ Host api-staging.schoolinks.com
Host ci.schoolinks.com Host ci.schoolinks.com
IdentityFile ~/.ssh/schoolinks_ci_rsa IdentityFile ~/.ssh/schoolinks_ci_rsa
Host monitoring.schoolinks.com
IdentityFile ~/.ssh/schoolinks_apm_rsa
Host sftp.schoolinks.com Host sftp.schoolinks.com
IdentityFile ~/.ssh/schoolinks_sftp_rsa IdentityFile ~/.ssh/schoolinks_sftp_rsa
User ec2-user User ec2-user
......
...@@ -15,6 +15,7 @@ ssh-keys: .ssh/github_ed25519 ...@@ -15,6 +15,7 @@ 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_apm_rsa
ssh-keys: .ssh/schoolinks_ci_rsa ssh-keys: .ssh/schoolinks_ci_rsa
ssh-keys: .ssh/schoolinks_dev_rsa ssh-keys: .ssh/schoolinks_dev_rsa
ssh-keys: .ssh/schoolinks_prod_rsa ssh-keys: .ssh/schoolinks_prod_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment