From ef8acbcbfffcd6df47ff28cbefcee9c22cb409a1 Mon Sep 17 00:00:00 2001 From: Starfall Date: Mon, 23 May 2022 12:02:24 -0500 Subject: ssh: use gitlab key for identity separation --- .ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ssh/config b/.ssh/config index 612b19c..b537c94 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,6 +4,10 @@ Host github.com User git IdentityFile ~/.ssh/id_github +Host gitlab.com + User git + IdentityFile ~/.ssh/id_gitlab + Host monsterware.dev User devin Port 60666 -- cgit