Hello, 

Am Dienstag, 11. September 2007 16:29 schrieb Atsuhiko Yamanaka:
> Hi,
> 
>    +-From: Conrad =?iso-8859-1?q?Berh=F6rster?= <[EMAIL PROTECTED]> --
>    |_Date: Tue, 11 Sep 2007 10:31:39 +0200 ______________________
>    |
>    |Do you have any idea, why that protocol works with the TM example, 
>    |but not with mine? 
> 
> May I ask you to run following chunk of code before invoking
> Session#connect()?

Sure you can ;=) Everything that helps to fix this task.  


> 
>   java.security.Provider[] providers=java.security.Security.getProviders();
>   for(int i=0; i<providers.length; i++){
>     System.out.println(providers[i].getName());
>   }
> 

The Output is GNU

> I have remembered the similar problem,
>   https://bugs.eclipse.org/bugs/show_bug.cgi?id=175058
Do i need to have so many other providers? 

thanks c~

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to