Hi,

   +-From: Serge Dukic <serge.du...@orionhealth.com> --
   |_Date: Wed, 28 Dec 2011 15:59:54 +1300 (NZDT) _____
   |
   |We've got an ant build which uses the Jsch library to copy across
   |some files and run some commands on a deploy server.
   |Recently we've been getting the following error:
   |"com.jcraft.jsch.JSchException: channel is not opened."
   ...
   |Are there any known issues with Jsch and trying to open
   |connections too quickly? Or opening more than one connection at a
   |time? Has anyone run into this problem before?

It is known that OpenSSH's sshd has the restriction of opening
multiple channels on the single session.  The older sshd had hard coded
the number for simultaneous channels in the source code ,
and it seems the recent version has the configuration for it.


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
Skype callto://jcraft/
Twitter: http://twitter.com/ymnk
Facebook: http://facebook.com/aymnk


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to