From cec2462d8b78ec8b9071c07accf92b60c3d88c20 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Tue, 6 Jan 2026 17:56:44 -0500 Subject: [PATCH] ssh: simplify --- ssh/.ssh/scalene-config | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ssh/.ssh/scalene-config b/ssh/.ssh/scalene-config index 758e131..50f8c23 100644 --- a/ssh/.ssh/scalene-config +++ b/ssh/.ssh/scalene-config @@ -1,19 +1,15 @@ # local network -> local port Match Host tuulikki.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" - User jswank Port 22 Host tuulikki.scalene.net - User jswank Port 22022 # local network -> local port Match Host tonttu.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" - User jswank Port 22 Host tonttu.scalene.net - User jswank Port 22024 Host www.scalene.net @@ -21,5 +17,7 @@ Host www.scalene.net Port 22022 Match Host git.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" - User jswank Hostname tonttu.scalene.net + +Host *.scalene.net + User jswank