Menu

#11 while connecting with unix by using jsch !

open
nobody
None
5
2007-03-20
2007-03-20
Anonymous
No

Hi

I am newbie in jsch package usage. I have embedded
jsch in my application and it is working very well.

which allows a user to upload some files from one server(linux box) to remote sever(another linux box).
But when i am trying to connect hp unix server from unix server,its giving following error:

com.jcraft.jsch.JSchException: invalid server's version string
at com.jcraft.jsch.Session.connect(Session.java:253)
at com.jcraft.jsch.Session.connect(Session.java:145)

What exactly does this mean? I looked at the source code and it seems
to only support 2 versions of SSH1 and anything version in SSH2.

Any tips/pointers much appreciated.

Thanks,
Shweta

Discussion


Log in to post a comment.