From: martin f. krafft Date: Fri, 20 Nov 2015 09:17:17 +0000 (+1300) Subject: special case the road warrior fishbowl in terms of Host X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/c873f02f9800a94f1241370efcb1ab2b64348b39 special case the road warrior fishbowl in terms of Host --- 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/' $@