Skip to content

Instantly share code, notes, and snippets.

@lbradstreet
Created March 1, 2016 15:17
Show Gist options
  • Save lbradstreet/13b19b5998b02cbf666e to your computer and use it in GitHub Desktop.
Save lbradstreet/13b19b5998b02cbf666e to your computer and use it in GitHub Desktop.
Host onyx-kafka
HostName github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-kafka
IdentitiesOnly yes
Host onyx-datomic
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-datomic
IdentitiesOnly yes
Host onyx-sql
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-sql
IdentitiesOnly yes
Host onyx-dashboard
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-dashboard
IdentitiesOnly yes
Host onyx-redis
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-redis
IdentitiesOnly yes
Host onyx-seq
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-seq
IdentitiesOnly yes
Host onyx-durable-queue
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-durable-queue
IdentitiesOnly yes
Host onyx-bookkeeper
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-bookkeeper
IdentitiesOnly yes
Host onyx-metrics
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-metrics
IdentitiesOnly yes
Host onyx-elasticsearch
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-elasticsearch
IdentitiesOnly yes
Host onyx-amazon-sqs
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-amazon-sqs
IdentitiesOnly yes
Host onyx-starter
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-starter
IdentitiesOnly yes
Host learn-onyx
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_learn-onyx
IdentitiesOnly yes
Host onyx-examples
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-examples
IdentitiesOnly yes
Host onyx-http
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-http
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment