diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-05-17 14:09:02 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-05-17 14:09:02 +0200 |
commit | 508c5b01ce6913e19fd1057448a21601dc62780a (patch) | |
tree | 5e7be2d9f877795313b5e757b9b1f9bcfd6aa082 | |
parent | a47e7c40bb440d91265bbb571584d18b5412e2be (diff) | |
download | dotfiles-508c5b01ce6913e19fd1057448a21601dc62780a.tar.gz dotfiles-508c5b01ce6913e19fd1057448a21601dc62780a.tar.bz2 |
I don't really use GitLab anymore for personal use
-rw-r--r-- | .ssh/config.d/xxllnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config.d/xxllnc b/.ssh/config.d/xxllnc index 12739e9..59de01b 100644 --- a/.ssh/config.d/xxllnc +++ b/.ssh/config.d/xxllnc @@ -3,7 +3,7 @@ Host *.zsys.nl StrictHostKeyChecking no UserKnownHostsFile /dev/null -Host git.xxllnc.nl +Host git.xxllnc.nl gitlab.com Hostname gitlab.com User git IdentityFile ~/.ssh/id.d/xxllnc@%L-ed25519 |