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
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