Update ssh config.

This commit is contained in:
Darren 'Tadgy' Austin 2023-09-19 10:48:47 +01:00
commit 641e1e541a

View file

@ -43,6 +43,7 @@ Host nas0 nas1 nas backupnas
Host esx0 esx1 esx2 esx3 gw vcsa Host esx0 esx1 esx2 esx3 gw vcsa
User root User root
PubKeyAuthentication no
ForwardAgent no ForwardAgent no
ClearAllForwardings yes ClearAllForwardings yes
@ -51,12 +52,20 @@ Host rpi0 rpi1 rpi2
ForwardAgent no ForwardAgent no
ClearAllForwardings yes ClearAllForwardings yes
Host build-* clone-* full-* Host build-*
User root User root
# GitHub. Host clone-* full-*
User root
ClearAllForwardings yes
# Git services.
Host github.com Host github.com
User git User git
IdentityFile ${HOME}/.ssh/id_ed25519_github IdentityFile ${HOME}/.ssh/id_ed25519_github
ForwardAgent no ForwardAgent no
ClearAllForwardings yes ClearAllForwardings yes
Host git.rlworkman.net
ForwardAgent no
ClearAllForwardings yes