DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43083>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43083 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-16 01:00 ------- Since JSch 0.1.32, jsch will assign the local TCP port dynamically if "0" is given as the local TCP port number for the local port-forwarding, and you can easily get the assigned TCP number by using jsch API. So, will it be nice that sshsession allows us to write following task setting, <sshsession host="somehost" username="dude" password="yo" localtunnels=":localhost:2401" localport="local.port" > <sequential> <cvs command="update ${cvs.parms} ${module}" cvsRoot="${cvs.root}" dest="${local.root}" port="${local.port}" failonerror="true" /> </sequential> </sshsession> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]