Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Eclipse PTP with Apache SSHD

Can you explain more about what you're doing? Are you using the remote API? The process builder should not be allocating a PTY unless the ALLOCATE_PTY flag is used.

There is no way to open a command shell currently. I've added an IRemoteConnection#getCommandShell() method in the master branch (Luna), but it is not currently implemented.

Regards,
Greg

On Nov 5, 2013, at 1:56 AM, ravi ramesh <rawdump@xxxxxxxxx> wrote:

Hi all,

I am trying to integrate Eclipse PTP Remote tools plugin with Apache SSHD server (I want to use my custom shell).

The SSH connection in the PTP API will connect to the SSH server and read the $SSH_TTY variable to get the psuedo-terminal path (eg: /dev/pts/3). Once it gets the path, all the subsequent commands are directed to that terminal.

This works with the openSSH installation or Tectia Server, but doesn't work with the Apache SSHD server.

Is there an alternate implementation where the connection is maintained over a shell instead of asking for and using a pseudo-terminal?

Please help.

Thank you
Ravi

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top