X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/2230752a67f13410258bf0b7024a760fe9fd1295..0caca36057b796df2d0b0d43139347c59de861bd:/.ssh/Makefile diff --git a/.ssh/Makefile b/.ssh/Makefile index cfb923b..1569b26 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -64,4 +64,8 @@ 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