Update .ssh/config.
This commit is contained in:
parent
fba4a7c40a
commit
08a82816ff
1 changed files with 22 additions and 22 deletions
44
.ssh/config
44
.ssh/config
|
@ -14,28 +14,6 @@ StrictHostKeyChecking accept-new
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
VisualHostKey yes
|
VisualHostKey yes
|
||||||
|
|
||||||
# Temp.
|
|
||||||
Host zapp zapp.opensourcerers.net
|
|
||||||
Hostname zapp.opensourcerers.net
|
|
||||||
Port 9922
|
|
||||||
|
|
||||||
# Remote servers.
|
|
||||||
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
|
|
||||||
CanonicalDomains hosts.slackware.network
|
|
||||||
CanonicalizeHostname yes
|
|
||||||
Port 9922
|
|
||||||
|
|
||||||
Host as.hosts.slackware.network
|
|
||||||
Port 9922
|
|
||||||
User root
|
|
||||||
ForwardAgent no
|
|
||||||
ClearAllForwardings yes
|
|
||||||
|
|
||||||
Host esx0.hosts.slackware.network esx1.hosts.slackware.network
|
|
||||||
User root
|
|
||||||
ForwardAgent no
|
|
||||||
ClearAllForwardings yes
|
|
||||||
|
|
||||||
# Home stuff.
|
# Home stuff.
|
||||||
Host afterdark.org.uk
|
Host afterdark.org.uk
|
||||||
Port 6722
|
Port 6722
|
||||||
|
@ -65,7 +43,29 @@ Host clone-* full-*
|
||||||
User root
|
User root
|
||||||
ClearAllForwardings yes
|
ClearAllForwardings yes
|
||||||
|
|
||||||
|
# Remote servers.
|
||||||
|
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
|
||||||
|
CanonicalDomains hosts.slackware.network
|
||||||
|
CanonicalizeHostname yes
|
||||||
|
Port 9922
|
||||||
|
|
||||||
|
Host as.hosts.slackware.network
|
||||||
|
Port 9922
|
||||||
|
User root
|
||||||
|
ForwardAgent no
|
||||||
|
ClearAllForwardings yes
|
||||||
|
|
||||||
|
Host esx0.hosts.slackware.network esx1.hosts.slackware.network
|
||||||
|
User root
|
||||||
|
ForwardAgent no
|
||||||
|
ClearAllForwardings yes
|
||||||
|
|
||||||
# Git services.
|
# Git services.
|
||||||
Host github.com git.rlworkman.net
|
Host github.com git.rlworkman.net
|
||||||
User git
|
User git
|
||||||
ClearAllForwardings yes
|
ClearAllForwardings yes
|
||||||
|
|
||||||
|
# Temp.
|
||||||
|
Host zapp zapp.opensourcerers.net
|
||||||
|
Hostname zapp.opensourcerers.net
|
||||||
|
Port 9922
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue