From f865ed10487ac3ba7cf850f99b37f8b7a44d1d0b Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 12 Oct 2023 21:41:19 +0100 Subject: [PATCH] Update .ssh/config. --- .ssh/config | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.ssh/config b/.ssh/config index 20b1624..3b1ca37 100644 --- a/.ssh/config +++ b/.ssh/config @@ -14,28 +14,6 @@ StrictHostKeyChecking accept-new VerifyHostKeyDNS 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. Host afterdark.org.uk Port 6722 @@ -65,7 +43,29 @@ Host clone-* full-* User root 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. Host github.com git.rlworkman.net User git ClearAllForwardings yes + +# Temp. +Host zapp zapp.opensourcerers.net + Hostname zapp.opensourcerers.net + Port 9922