From 0c4541257e3ee58ca787c33b2eddbd6329a52e97 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 18 Aug 2025 09:57:00 +0200 Subject: [PATCH] remove old fishbowl handling --- .ssh/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ssh/Makefile b/.ssh/Makefile index 2ba6e4a..4ed94fa 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -71,8 +71,4 @@ config: $(LOCAL_CONFIG) config.in -e 's,^.+\bCanonical.+$$,##UNSUPPORTED##&,' \ $@ \ ;; \ - esac; \ - case "$$HOSTNAME" in \ - (fishbowl) \ - sed -i -re '/^Host fishbowl/,/^[[:space:]]*ProxyCommand/s/ProxyCommand.*/Host localhost/' $@; \ esac -- 2.39.5