From: Mike Baker Date: Sat, 28 Aug 2004 04:18:23 +0000 (+0000) Subject: openssh refuses to connect unless the version string starts with SSH-2.0- X-Git-Tag: reboot~33554 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d212c93fcdcad375a3f98cebe18d54c0f84b009a;p=oweals%2Fopenwrt.git openssh refuses to connect unless the version string starts with SSH-2.0- SVN-Revision: 154 --- diff --git a/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch b/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch index 3f9ee64a7f..c39f387f2e 100644 --- a/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch +++ b/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch @@ -5,7 +5,7 @@ #endif -#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION -+#define LOCAL_IDENT "SSH-2.0" ++#define LOCAL_IDENT "SSH-2.0-OpenSSH" #define PROGNAME "dropbear" /* Spec recommends after one hour or 1 gigabyte of data. One hour