Sync 'minimal' branch with 'master'.
This commit is contained in:
parent
4edb9ac7cc
commit
44ad23f4f0
37 changed files with 559 additions and 380 deletions
95
.ssh/config
95
.ssh/config
|
|
@ -1,80 +1,53 @@
|
|||
# Servers.
|
||||
Host amy amy.opensourcerers.net
|
||||
ForwardAgent yes
|
||||
HostName amy.opensourcerers.net
|
||||
Port 9922
|
||||
# General settings.
|
||||
AddKeysToAgent yes
|
||||
ConnectTimeout 30
|
||||
# Removed as this prevents use of ^Z suspension.
|
||||
# ControlMaster auto
|
||||
# ControlPath ${HOME}/.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
|
||||
ForwardAgent yes
|
||||
Hostname backup.slackware.uk
|
||||
# Temp.
|
||||
Host zapp
|
||||
Hostname zapp.opensourcerers.net
|
||||
Port 9922
|
||||
|
||||
Host bender bender.opensourcerers.net
|
||||
ForwardAgent yes
|
||||
HostName bender.opensourcerers.net
|
||||
Port 9922
|
||||
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
||||
|
||||
Host fry fry.opensourcerers.net
|
||||
# Remote servers.
|
||||
Host bender fry leela mirror seedbox
|
||||
HostName %h.hosts.slackware.network
|
||||
Port 9922
|
||||
ForwardAgent yes
|
||||
HostName fry.opensourcerers.net
|
||||
Port 9922
|
||||
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
||||
|
||||
Host kif kif.opensourcerers.net
|
||||
Host esx0.hosts.slackware.network esx1.hosts.slackware.network
|
||||
Port 22
|
||||
|
||||
Host *.hosts.slackware.network
|
||||
Port 9922
|
||||
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
|
||||
|
||||
RemoteForward %d/.gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
||||
|
||||
# Home stuff.
|
||||
Host afterdark.org.uk
|
||||
ForwardAgent yes
|
||||
Hostname afterdark.org.uk
|
||||
Port 6722
|
||||
ForwardAgent yes
|
||||
|
||||
Host phil lil tommy
|
||||
Host phil lil tommy-wifi
|
||||
ForwardAgent yes
|
||||
ForwardX11Trusted yes
|
||||
|
||||
Host full-* build-* clone-*
|
||||
ForwardAgent yes
|
||||
RemoteForward /run/user/0/gnupg/S.gpg-agent ${HOME}/.gnupg/S.gpg-agent
|
||||
User root
|
||||
|
||||
Host backupnas
|
||||
ForwardAgent yes
|
||||
Hostname helium.rainsbrook.co.uk
|
||||
Port 2048
|
||||
|
||||
|
||||
# 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
|
||||
# GitHub.
|
||||
Host github.com
|
||||
IdentityFile ${HOME}/.ssh/id_ed25519_github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue