Skip to content

Commit

Permalink
Add ~.ssh/config
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Apr 13, 2015
1 parent 7f94585 commit 20ffb72
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions home/mloskot/.ssh/config
@@ -0,0 +1,19 @@
Host github.com
IdentityFile ~/.ssh/id_rsa
User mloskot

Host bitbucket.org
IdentityFile ~/.ssh/id_rsa.bitbucket
User mloskot

Host bazaar.launchpad.net
IdentityFile ~/.ssh/id_rsa.launchpad
User mloskot

Host gitorious.org
IdentityFile ~/.ssh/id_rsa.gitorious
User mloskot

Host codereview.qt-project.org
IdentityFile ~/.ssh/id_rsa.codereview.qt-project
User mloskot

0 comments on commit 20ffb72

Please sign in to comment.