Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
913acf19
Commit
913acf19
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
SchooLinks SSH config.
parent
d82ae5a2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ssh/config.d/20_schoolinks
+30
-0
30 additions, 0 deletions
.ssh/config.d/20_schoolinks
Makefile
+8
-0
8 additions, 0 deletions
Makefile
with
38 additions
and
0 deletions
.ssh/config.d/20_schoolinks
+
30
−
0
View file @
913acf19
...
@@ -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
This diff is collapsed.
Click to expand it.
Makefile
+
8
−
0
View file @
913acf19
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment