From: martin f. krafft Date: Mon, 18 Aug 2025 07:57:00 +0000 (+0200) Subject: remove old fishbowl handling X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/0c4541257e3ee58ca787c33b2eddbd6329a52e97 remove old fishbowl handling --- 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