Sync minimal branch with master files.
This commit is contained in:
parent
6ccae79924
commit
eca63b736d
13 changed files with 376 additions and 147 deletions
19
.ssh/config
19
.ssh/config
|
|
@ -34,11 +34,16 @@ Host as.hosts.slackware.network esx0.hosts.slackware.network esx1.hosts.slackwar
|
|||
Host afterdark.org.uk
|
||||
Port 6722
|
||||
|
||||
Host lil phil tommy-wifi
|
||||
Host chuckie lil phil tommy-wifi
|
||||
ForwardX11Trusted yes
|
||||
|
||||
Host nas0 nas1 nas backupnas
|
||||
ForwardAgent no
|
||||
ClearAllForwardings yes
|
||||
|
||||
Host esx0 esx1 esx2 esx3 gw vcsa
|
||||
User root
|
||||
PubKeyAuthentication no
|
||||
ForwardAgent no
|
||||
ClearAllForwardings yes
|
||||
|
||||
|
|
@ -47,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue