mirror of https://github.com/hak5/openwrt.git
openssh refuses to connect unless the version string starts with SSH-2.0-
SVN-Revision: 154lede-17.01
parent
aff0879ee8
commit
d212c93fcd
|
@ -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