Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Trying to establish SSH connection to Titan programmatically fails

Make sure you have the org.eclipse.remote.jsch.* plugins in addition to the org.eclipse.remote.{core,ui}.* ones. JSch should be used by default.

Greg

On Nov 15, 2014, at 7:29 AM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:

Oh, yes, definitely. How do I switch to the JSch one?

I prefer to use JSch and didn't realize I was using a different provider.

Jay

On Nov 14, 2014 8:59 PM, "Greg Watson" <g.watson@xxxxxxxxxxxx> wrote:
>
> Jay,
>
> Can you try using the JSch provider instead of Remote Tools. No one is supporting Remote Tools any longer.
>
> Greg
>
> On Nov 14, 2014, at 5:52 PM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
>
>> Everyone,
>>
>> I've cycled back around to this problem. Anyone have a suggestion?
>>
>> Jay
>>
>> On Sep 1, 2014 1:00 PM, "Jay Jay Billings" <jayjaybillings@xxxxxxxxx> wrote:
>>>
>>> Everyone,
>>>
>>> I'm trying to establish a connection to Titan (titan.ccs.ornl.gov) using the IRemoteServices from RemoteTools and it fails with the following error:
>>>
>>> org.eclipse.ptp.remote.core.exception.RemoteConnectionException: Failed to send initialization commands to auxiliary shell
>>>     at org.eclipse.ptp.internal.remote.remotetools.core.RemoteToolsConnection.open(RemoteToolsConnection.java:412)
>>>     at org.eclipse.ice.item.action.JobLaunchAction.launchRemotely(JobLaunchAction.java:1055)
>>>     at org.eclipse.ice.item.action.JobLaunchAction.run(JobLaunchAction.java:1530)
>>>     at java.lang.Thread.run(Thread.java:745)
>>>
>>> It works perfect on every other connection, so I am either missing something when it comes to connecting to Titan or Titan is restricting the connection in some way.
>>>
>>> The ominous "This is a Government Computer" box pops up, so it is at least getting to the login node.
>>>
>>> Any thoughts?
>>>
>>> Thanks very much,
>>> Jay Jay
>>>
>>> --
>>> Jay Jay Billings
>>> Oak Ridge National Laboratory
>>> Twitter Handle: @jayjaybillings
>>
>> _______________________________________________
>> ptp-dev mailing list
>> ptp-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>
>
>
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top