Skip to main content



      Home
Home » Eclipse Projects » DSDP - Target Management » ssh authentication help
ssh authentication help [message #13372] Thu, 02 August 2007 03:28 Go to next message
Eclipse UserFriend
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
Re: ssh authentication help [message #13392 is a reply to message #13372] Thu, 02 August 2007 12:52 Go to previous messageGo to next message
Eclipse UserFriend
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
>
Re: ssh authentication help [message #14024 is a reply to message #13392] Fri, 03 August 2007 07:27 Go to previous message
Eclipse UserFriend
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
>>
Re: ssh authentication help [message #569557 is a reply to message #13372] Thu, 02 August 2007 12:52 Go to previous message
Eclipse UserFriend
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
>
Re: ssh authentication help [message #569581 is a reply to message #13392] Fri, 03 August 2007 07:27 Go to previous message
Eclipse UserFriend
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
>>
Previous Topic:ssh authentication help
Next Topic:SystemStartHere.getSystemRegistry() returns null
Goto Forum:
  


Current Time: Sat May 10 16:00:23 EDT 2025

Powered by FUDForum. Page generated in 0.03877 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top