Hi,

   +-From: Tom <tom_ha...@yahoo.com> --------------
   |_Date: Sun, 19 Jul 2009 21:35:35 -0700 (PDT) __
   |
   |Im trying to connect to a Windows machine (SSH 1) from a Linux machine 
   |(SSH 2) using JSch. Apparently the connection is refused and by the 
   |Windows machine.

As Martin has replied promptly, jsch does not support the ssh1 protocol.

   |                Could you please let me know how to configure in JSch 
   |so that it takes care of the versions internally

According to RFC4253[1], if the version string from the remote does not start 
with "SSH-2.0" and "SSH-1.99", jsch will drop the connection with 
JSchException("invalid server's version string").


[1] http://www.ietf.org/rfc/rfc4253.txt

Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Skype callto://jcraft/

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to