Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Forked from lbradstreet/releasegist.txt
Last active September 15, 2016 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MichaelDrogalis/046004804c132b310596ceb6990980ad to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/046004804c132b310596ceb6990980ad 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-kafka-0.8
HostName github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-kafka-0.8
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-amazon-s3
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-amazon-s3
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
Host onyx-template
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-template
IdentitiesOnly yes
Host onyx-platform.github.io
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-platform.github.io
IdentitiesOnly yes
Host onyx-cheat-sheet
Hostname github.com
User git
IdentityFile /home/ubuntu/.ssh/id_onyx-cheat-sheet
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment