[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
RE: [dsdp-tm-dev] Re: ssh help
 | 
Hello Hari Babu,
 
this may be a hard problem to fix.
 
Currently, TM/RSE do still not quite well separate 
UI and non-UI parts,
they are not fully prepared for operation without a 
user sitting in front.
Workign on these limitations and make a really good UI 
/ Non-UI
split is one of the top priorities for our next release 
(TM 3.0 next year).
 
I assume that your launchShell() command hangs because 
it's waiting
for the user to accept the dialog ("Authenticity of 
host..."). That dialog
is displayed by the org.eclipse.ui.jsch plugin and we 
do not have a lot
of influence on it. 
 
Can you give a little bit more information about your 
program, and 
what you are trying to accomplish. Perhaps you could 
programmatically
add the host key and / or answer the 
dialog.
 
At any rate, please file a bugzilla bug for further 
discussing this.
It is an important use case we should not forget when 
working
towards next year's release.
Thanks,
--
Martin 
Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP 
PMC Member
http://www.eclipse.org/dsdp/tm 
 
  
  More in detail,
Using RSE Framework API, I am programatically 
  submitting the Connection & Authentication details(to get the remote 
  process list). If the remote connection is unknown_user, the application hangs 
  while launching the shell. 
hostShell = shellService.launchShell("", env, 
  new NullProgressMonitor());
My doubt is who will incharge of prompting 
  the authentication menu, did i miss something?
Thanks & 
  Regards
Hari
  On 8/1/07, hari 
  babu <haribabu2006@xxxxxxxxx> 
  wrote:
  Hi 
    All, 
I am trying to connect remote system using RSE Framework. If 
    the remote system is an unknown_user, my application is failing to activate 
    the ssh authentication menu. could you please help me.
Thanks in 
    advance 
HariBabu