diff --git a/.ssh/config b/.ssh/config index 8cdf5c7..4c957cf 100644 --- a/.ssh/config +++ b/.ssh/config @@ -18,3 +18,7 @@ Host stev Hostname cpe-66-24-240-10.stny.res.rr.com User stev IdentityFile ~/.ssh/id_rsa +Host github.com + Hostname github.com + User git + IdentityFile ~/.ssh/github_rsa