Hi,

I am using jsch-0.150-rc5 and it seems to actually solve the issue we had with 
the verify: false error on Java 1.7.

A new release of jsch would be good, including availability in the maven 
central repository.

Thanks for the very useful work you are doing. 

Regards,

Antoine
On Apr 26, 2013, at 6:34 AM, Lars Merke wrote:

> Hi
> 
> 2013/4/26 Atsuhiko Yamanaka <y...@jcraft.com>
>  
>   Ok, so ChannelDirectTCPIP#connect(int timeout) has been functional,
> and also Session#getStreamForwarder(String host, int port) has been added;
>   ...
>   Channel channel = session.getStreamForwarder(host, port)
>   InputStream in = channel.getInputStream();
>   OutputStream out = channel.getOutputStream();
>   channel.connect(1000)
>   ...
> 
> Please try http://www.jcraft.com/jsch/jsch-0.1.50-rc5.zip ,
> and refer to its ChangeLog.
> 
> 
> A first short test works for me now and solves my initial problem. I will 
> report back, if I notice problems. Thanks for your effort.
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service 
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! 
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> JSch-users mailing list
> JSch-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jsch-users

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to