From 22ddb72c5b8057ccadf5c6ef5104a4caad937777 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 6 Dec 2022 15:03:21 +0100 Subject: Update git configs for xxllnc --- .ssh/config.d/xxllnc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .ssh/config.d/xxllnc (limited to '.ssh/config.d/xxllnc') diff --git a/.ssh/config.d/xxllnc b/.ssh/config.d/xxllnc new file mode 100644 index 0000000..12739e9 --- /dev/null +++ b/.ssh/config.d/xxllnc @@ -0,0 +1,11 @@ +Host *.zsys.nl + IdentitiesOnly yes + StrictHostKeyChecking no + UserKnownHostsFile /dev/null + +Host git.xxllnc.nl + Hostname gitlab.com + User git + IdentityFile ~/.ssh/id.d/xxllnc@%L-ed25519 + +# vim: set ft=sshconfig : -- cgit v1.1