X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/fa7a21f0b4e92009d3ef9fa9dd7cc0f5065e774d..5f650f3dda69462f4563cdb7b06370ad422fd4ad:/.ssh/Makefile diff --git a/.ssh/Makefile b/.ssh/Makefile index 111d692..1569b26 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -65,4 +65,7 @@ config: $(LOCAL_CONFIG) config.in $@ \ ;; \ esac; \ - sed -i -re '/^Host fishbowl/,/^[[:space:]]*ProxyCommand/s/ProxyCommand.*/Host localhost/' $@ + case "$$HOSTNAME" in \ + (fishbowl) \ + sed -i -re '/^Host fishbowl/,/^[[:space:]]*ProxyCommand/s/ProxyCommand.*/Host localhost/' $@; \ + esac