From 641e1e541a7694052bc1e3b539edd6d79145947d Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 19 Sep 2023 10:48:47 +0100 Subject: [PATCH] Update ssh config. --- .ssh/config | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 82de2da..8b7658b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -43,6 +43,7 @@ Host nas0 nas1 nas backupnas Host esx0 esx1 esx2 esx3 gw vcsa User root + PubKeyAuthentication no ForwardAgent no ClearAllForwardings yes @@ -51,12 +52,20 @@ Host rpi0 rpi1 rpi2 ForwardAgent no ClearAllForwardings yes -Host build-* clone-* full-* +Host build-* User root -# GitHub. +Host clone-* full-* + User root + ClearAllForwardings yes + +# Git services. Host github.com User git IdentityFile ${HOME}/.ssh/id_ed25519_github ForwardAgent no ClearAllForwardings yes + +Host git.rlworkman.net + ForwardAgent no + ClearAllForwardings yes