From c873f02f9800a94f1241370efcb1ab2b64348b39 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 20 Nov 2015 22:17:17 +1300 Subject: [PATCH] special case the road warrior fishbowl in terms of Host --- .ssh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ssh/Makefile b/.ssh/Makefile index cfb923b..111d692 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -64,4 +64,5 @@ config: $(LOCAL_CONFIG) config.in -e 's,^.+\bCanonical.+$$,##UNSUPPORTED##&,' \ $@ \ ;; \ - esac + esac; \ + sed -i -re '/^Host fishbowl/,/^[[:space:]]*ProxyCommand/s/ProxyCommand.*/Host localhost/' $@ -- 2.39.2