Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Re: ssh authentication help

This is now being discussed on
https://bugs.eclipse.org/bugs/show_bug.cgi?id=198790
Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Martin Oberhuber wrote:
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. Working 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


HariBabu 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 with "The authenticity of host '123.45.6.786' can't be established. RSA key fingerprint is d7:d1:8f:9c:3b:14:d8:ba:c7:42:fc:06:5f:fd:75:62. Are you sure you want to continue connecting?"

message. could you please help me.


Thanks in advance
HariBabu



Back to the top