Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » ssh authentication help
ssh authentication help [message #13372] Thu, 02 August 2007 07:28 Go to next message
haribabu mallavelli is currently offline haribabu mallavelliFriend
Messages: 26
Registered: July 2009
Junior Member
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 16:52 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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 11:27 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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 16:52 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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 11:27 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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:TM Monthly Phone Call 1-Aug -- Meeting Notes
Next Topic:RSE 2.0.0 (TM 2.0.1) FTP STOR ignores ASCII/binary preferences saving remote files
Goto Forum:
  


Current Time: Thu Apr 25 22:20:21 GMT 2024

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

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

Back to the top