mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
openssh refuses to connect unless the version string starts with SSH-2.0-
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@154 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
573e650f5e
commit
437d48bef2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user