X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/d928112c0b82e9e35a0eec48efd5b433e08b7dde..a4e3a6bf71cfb2447e97231115e0d15e2842e424:/.ssh/Makefile diff --git a/.ssh/Makefile b/.ssh/Makefile index c4c1d4c..9336796 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -22,6 +22,10 @@ SSH_VERSION = $(shell ssh -V 2>&1) config: config.in cp $< $@ case "$(SSH_VERSION)" in \ + (OpenSSH_4.7*) \ + sed -ri -e 's,^.+\bVisualHostKey\b.+$$,##UNSUPPORTED##&,' \ + $@ \ + ;; \ (OpenSSH_4.3*) \ sed -ri -e 's,^.+\bExitOnForwardFailure\b.+$$,##UNSUPPORTED##&,' \ -e 's,^.+\bMACs\b.+$$,##UNSUPPORTED##&,' \