Hi, When I attempt to open a connection with certain Cisco devices I get the error message "invalid server's version String". From looking at the code, it seems like the problem is that the device is using SSH v1.5 and that jsch doesn't support that version. I am able to connect to the device using putty with no problems.
Is my understanding correct? If so, why hasn't SSH v1.5 been implemented (i.e. are there severe technical hurdles or is there just a lack of demand?) I'm actually using a C# port of the library, if that matters at all. (From looking at the most recent Java source, I am assuming not, but I haven't actually tried to connect using that code.) Thanks, Jared ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
