Skip to content

Commit

Permalink
Added ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhao committed Dec 10, 2015
1 parent fbbdd20 commit 2b29049
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Host github.com
ProxyCommand /bin/git-proxy %h %p
Host git.openstack.com
ProxyCommand /bin/git-proxy %h %p
Host review.openstack.org
ProxyCommand /bin/git-proxy %h %p
User lianhao-lu
Port 29418
Host intelvm
HostName otc-disteng.ostc.intel.com
User llu15
IdentityFile ~/.ssh/intelvm-rsa.key


0 comments on commit 2b29049

Please sign in to comment.