about summary refs log tree commit diff
path: root/.ssh
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2022-05-23 12:02:24 -0500
committerStarfall <us@starfall.systems>2022-05-23 12:02:24 -0500
commitef8acbcbfffcd6df47ff28cbefcee9c22cb409a1 (patch)
treed69bef8194939f80b152591ff433f44d85498383 /.ssh
parentbdc85838769994d6f6e4285ccbfcab8d6dbf90b2 (diff)
ssh: use gitlab key for identity separation
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config4
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