From: martin f. krafft Date: Mon, 5 Jan 2009 08:19:38 +0000 (+0100) Subject: visual host keys do not exist in 4.7 X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/fa12aa37133c16424901d0525d433c93a5ea83f9 visual host keys do not exist in 4.7 --- 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##&,' \