diff options
author | Starfall <us@starfall.systems> | 2022-05-23 12:02:24 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-05-23 12:02:24 -0500 |
commit | ef8acbcbfffcd6df47ff28cbefcee9c22cb409a1 (patch) | |
tree | d69bef8194939f80b152591ff433f44d85498383 /.ssh | |
parent | bdc85838769994d6f6e4285ccbfcab8d6dbf90b2 (diff) |
ssh: use gitlab key for identity separation
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
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 |