I've been experimenting with reusing sessions to open a group of channels in 
parallel. I've noticed that it only seems to work up to 10 channels. After the 
10th channel you start to see:

session is down com.jcraft.jsch.JSchExceptions occur during the connects.


I know about the  sshd MaxStartups setting which is commonly defaulted to 10 
but that doesn't seem to apply here since I'm opening channels on an already 
open session which should be authenticated.


Is there some other sshd  or protocol setting that limits this or is this a 
JSCH implementation limitation?
Thanks
Ben




  __o       __o       __o       __o
_`\<,_    _`\<,_    _`\<,_    _`\<,_
(*)/ (*)  (*)/ (*)  (*)/ (*)  (*)/ (*)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to