From 7cd16b4048529ba658001e194aefdce381d5d16c Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 1 Oct 2023 23:34:09 +0100 Subject: [PATCH] Use port 9922 for as.hosts.slackware.network. --- .ssh/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 309f043..11386bc 100644 --- a/.ssh/config +++ b/.ssh/config @@ -25,7 +25,13 @@ Host amy amy.hosts.slackware.network bender bender.hosts.slackware.network fry f CanonicalizeHostname yes Port 9922 -Host as.hosts.slackware.network esx0.hosts.slackware.network esx1.hosts.slackware.network +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