Update ssh config.
This commit is contained in:
parent
67e2019b87
commit
641e1e541a
1 changed files with 11 additions and 2 deletions
13
.ssh/config
13
.ssh/config
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue