]> git.madduck.net Git - etc/ssh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

visual host keys do not exist in 4.7
authormartin f. krafft <madduck@madduck.net>
Mon, 5 Jan 2009 08:19:38 +0000 (09:19 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 5 Jan 2009 08:19:38 +0000 (09:19 +0100)
.ssh/Makefile

index c4c1d4c8ca0c9c9a65fd3346239f3ebd268c7b3b..9336796e8b178f9c286f55b9c17e5ffe0401d30c 100644 (file)
@@ -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##&,' \