From fe495a1d6247bb4a27c59df9aabc1231f3179803 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 24 Oct 2018 17:52:29 -0400 Subject: [PATCH] Update config --- .ssh/config | 4 ++++ 1 file changed, 4 insertions(+) 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