Update .ssh/config.
This commit is contained in:
parent
fa202edb30
commit
62f31c3e4d
1 changed files with 25 additions and 20 deletions
45
.ssh/config
45
.ssh/config
|
@ -6,48 +6,53 @@ ConnectTimeout 30
|
||||||
# ControlPath ${HOME}/.ssh/%u@%l->%r@%h:%p
|
# ControlPath ${HOME}/.ssh/%u@%l->%r@%h:%p
|
||||||
# ControlPersist 7200
|
# ControlPersist 7200
|
||||||
ExitOnForwardFailure yes
|
ExitOnForwardFailure yes
|
||||||
|
ForwardAgent yes
|
||||||
HashKnownHosts no
|
HashKnownHosts no
|
||||||
|
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
||||||
SendEnv LANG LC_* TERM
|
SendEnv LANG LC_* TERM
|
||||||
StrictHostKeyChecking accept-new
|
StrictHostKeyChecking accept-new
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
VisualHostKey yes
|
VisualHostKey yes
|
||||||
|
|
||||||
# Temp.
|
# Temp.
|
||||||
Host zapp
|
Host zapp zapp.opensourcerers.net
|
||||||
Hostname zapp.opensourcerers.net
|
Hostname zapp.opensourcerers.net
|
||||||
Port 9922
|
Port 9922
|
||||||
ForwardAgent yes
|
|
||||||
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
|
||||||
|
|
||||||
# Remote servers.
|
# Remote servers.
|
||||||
Host bender fry leela mirror seedbox
|
Host amy amy.hosts.slackware.network bender bender.hosts.slackware.network fry fry.hosts.slackware.network leela leela.hosts.slackware.network mirror mirror.hosts.slackware.network seedbox seedbox.hosts.slackware.network
|
||||||
HostName %h.hosts.slackware.network
|
CanonicalDomains hosts.slackware.network
|
||||||
|
CanonicalizeHostname yes
|
||||||
Port 9922
|
Port 9922
|
||||||
ForwardAgent yes
|
|
||||||
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
|
||||||
|
|
||||||
Host esx0.hosts.slackware.network esx1.hosts.slackware.network
|
Host as.hosts.slackware.network esx0.hosts.slackware.network esx1.hosts.slackware.network
|
||||||
Port 22
|
User root
|
||||||
|
ForwardAgent no
|
||||||
Host *.hosts.slackware.network
|
ClearAllForwardings yes
|
||||||
Port 9922
|
|
||||||
ForwardAgent yes
|
|
||||||
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
|
||||||
|
|
||||||
# Home stuff.
|
# Home stuff.
|
||||||
Host afterdark.org.uk
|
Host afterdark.org.uk
|
||||||
Port 6722
|
Port 6722
|
||||||
ForwardAgent yes
|
|
||||||
|
|
||||||
Host phil lil tommy-wifi
|
Host lil phil tommy-wifi
|
||||||
ForwardAgent yes
|
|
||||||
ForwardX11Trusted yes
|
ForwardX11Trusted yes
|
||||||
|
|
||||||
Host full-* build-* clone-*
|
Host esx0 esx1 esx2 esx3 gw vcsa
|
||||||
ForwardAgent yes
|
User root
|
||||||
RemoteForward /root/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
ForwardAgent no
|
||||||
|
ClearAllForwardings yes
|
||||||
|
|
||||||
|
Host rpi0 rpi1 rpi2
|
||||||
|
User pi
|
||||||
|
ForwardAgent no
|
||||||
|
ClearAllForwardings yes
|
||||||
|
|
||||||
|
Host build-* clone-* full-*
|
||||||
User root
|
User root
|
||||||
|
|
||||||
# GitHub.
|
# GitHub.
|
||||||
Host github.com
|
Host github.com
|
||||||
|
User git
|
||||||
IdentityFile ${HOME}/.ssh/id_ed25519_github
|
IdentityFile ${HOME}/.ssh/id_ed25519_github
|
||||||
|
ForwardAgent no
|
||||||
|
ClearAllForwardings yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue