Hello Martin, 

sorry for that delay. 
Thanks for your hints. Unfortunately , they won't help 
I am also using sch 0.1.31. . Futher i am using Eclipse SDK 3.3.0.
with the buildid I20070625-1500 
So, there are no .classpath files in the project directories 
my Metafile.inf is 

--------------------  schnipp -----------------------
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Emlipse Plug-in
Bundle-SymbolicName: com.emlix.emlipse;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: com.emlix.emlipse.EmlipsePlugin
Bundle-Vendor: EMLIX
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.cdt.managedbuilder.core,
 org.eclipse.ui,
 org.eclipse.debug.ui,
 org.eclipse.cdt.launch,
 org.eclipse.cdt.core,
 org.eclipse.cdt.debug.core,
 org.eclipse.cdt.debug.mi.core,
 org.eclipse.cdt.debug.ui,
 org.eclipse.cdt.debug.mi.ui,
 com.jcraft.jsch,
 org.eclipse.ui.console,
 org.eclipse.cdt.make.ui,
 org.eclipse.jface.text,
 org.eclipse.ui.views,
 org.eclipse.jsch.core
Eclipse-LazyStart: true
Eclipse-BuddyPolicy: ext
Import-Package: org.eclipse.cdt.debug.internal.ui,
 org.eclipse.cdt.debug.mi.internal.ui,
 org.eclipse.cdt.debug.mi.internal.ui.dialogfields,
 org.eclipse.cdt.make.core,
 org.eclipse.cdt.ui.newui,
 org.eclipse.cdt.utils.ui.controls,
 org.eclipse.ui.wizards.newresource
-----------------------------  schnipp -------------------

if i use the ssh command in a shell , i need to add the -i flag, 
which specifies the path to the id_file. this flag is need to added into jsch by


String passphrase = "/path/to/target/targetfs/root/.ssh/id_rsa"; 
jsch.addIdentity(passphrase);

right?? 

i have overloaded the MessageClass UserInfo, like i have been done in the jsch 
Demo. 
This produce  a Error 
"The authenticy of host '10.0.0.105' can't be establisched. RSA key fingerprint 
dd:07:<etc> . 
Are you sure you want to continue connecting? "
This Message comes from jsch and will Produce the NoSuchAlgorthmException: 
DESede/CBC/NoPadding:  DESede

and an Exception Error String HmacMD5. 


Do you need more info ?? 

Thanks c~


Am Donnerstag, 6. September 2007 14:52 schrieb Oberhuber, Martin:
> Hello Conrad,
> 
> based on your environment, the issue could be because
> of the way Eclipse is loading classes.
> 
> sunjce_provider.jar is in JRE/lib/ext, so it is a 
> JVM extension.
> 
> By default, Eclipse / OSGi bundles only load well-known
> classes from the JVM when you have this in your meta-inf/
> manifest.mf:
> 
> Bundle-RequiredExecutionEnvironment: J2SE-1.4
> 
> In order to allow the JVM loading VM extensions, you need
> to add this to your meta-inf/manifest.mf:
> 
> Eclipse-BuddyPolicy: ext
> 
> I'm not sure why the TM ssh terminal does not have this
> issue, perhaps it's because we're still using Jsch 0.1.31
> .. anyways, sending your MANIFEST.MF and .classpath files
> might help so we get an idea what's going on.
> 
> Hope this helps,
> --
> Martin Oberhuber
> Wind River Systems, Inc.
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm 
> 

-------------------------------------------------------------------------
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