X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/5ad825b512eebf0c7d47bab9d82d68be3445692a..68f7d82c61705758bf3429a6780fd09dfcc63b8c:/.ssh/Makefile diff --git a/.ssh/Makefile b/.ssh/Makefile index 493898e..1a3a37f 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -33,7 +33,8 @@ config: $(LOCAL_CONFIG) config.in -e 's,^.+\bIgnoreUnknown\b.+$$,##UNSUPPORTED##&,' \ -e 's,^.+\bUpdateHostKeys\b.+$$,##UNSUPPORTED##&,' \ -e 's,^Match host ,Host ,' \ - $@ \ + $@; \ + sed -ri -e 's,ProxyJump ([-.[:alnum:]]+),ProxyCommand ssh \1 nc -q0 %h %p,' $@ \ ;; \ (OpenSSH_5.*) \ sed -ri -e 's,^.+\bControlPersist\b.+$$,##UNSUPPORTED##&,' \