Update .ssh/config for new servers.

This commit is contained in:
Darren 'Tadgy' Austin 2022-09-09 04:25:08 +01:00
commit 024e38efab

View file

@ -1,55 +1,35 @@
# Servers. # General settings.
Host amy amy.opensourcerers.net AddKeysToAgent yes
ForwardAgent yes ConnectTimeout 30
HostName amy.opensourcerers.net # Removed as this prevents use of ^Z suspension.
Port 9922 # ControlMaster auto
# ControlPath ~/.ssh/%u@%l->%r@%h:%p
# ControlPersist 7200
ExitOnForwardFailure yes
HashKnownHosts no
SendEnv LANG LC_* TERM
StrictHostKeyChecking accept-new
VerifyHostKeyDNS yes
VisualHostKey yes
Host backup backup.slackware.uk # Remote servers.
ForwardAgent yes Host bender fry leela mirror seedbox
Hostname backup.slackware.uk HostName %n.hosts.slackware.network
Port 9922 Port 9922
Host bender bender.opensourcerers.net
ForwardAgent yes ForwardAgent yes
HostName bender.opensourcerers.net
Port 9922
Host fry fry.opensourcerers.net Host esx0.hosts.slackware.network esx1.hosts.slackware.network
Port 22
ForwardAgent no
Host *.hosts.slackware.network
Port 9922
ForwardAgent yes ForwardAgent yes
HostName fry.opensourcerers.net
Port 9922
Host kif kif.opensourcerers.net
ForwardAgent yes
HostName kif.opensourcerers.net
Port 9922
Host leela leela.opensourcerers.net
ForwardAgent yes
HostName leela.opensourcerers.net
Port 9922
Host seedbox seedbox.slackware.uk
ForwardAgent yes
Hostname seedbox.slackware.uk
Port 9922
Host mirror mirror.slackware.uk
ForwardAgent yes
Hostname mirror.slackware.uk
Port 9922
Host zapp zapp.opensourcerers.net
ForwardAgent yes
HostName zapp.opensourcerers.net
Port 9922
# Home stuff. # Home stuff.
Host afterdark.org.uk Host afterdark.org.uk
ForwardAgent yes
Hostname afterdark.org.uk
Port 6722 Port 6722
ForwardAgent yes
Host phil lil tommy Host phil lil tommy
ForwardAgent yes ForwardAgent yes
@ -59,28 +39,6 @@ Host full-* build-* clone-*
ForwardAgent yes ForwardAgent yes
User root User root
Host backupnas # GitHub.
ForwardAgent yes
Hostname helium.rainsbrook.co.uk
Port 2048
# GitHub
Host github.com Host github.com
Hostname github.com
IdentityFile ~/.ssh/id_ed25519_github IdentityFile ~/.ssh/id_ed25519_github
# General settings.
Host *
# AddKeysToAgent yes
ConnectTimeout 30
# Removed as this prevents use of ^Z suspension.
# ControlMaster auto
# ControlPath ~/.ssh/%u@%l->%r@%h:%p
# ControlPersist 7200
ExitOnForwardFailure yes
SendEnv LANG LC_* TERM
# StrictHostKeyChecking no
# VerifyHostKeyDNS yes
VisualHostKey yes