[
https://issues.apache.org/jira/browse/SSHD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976635#comment-13976635
]
Stephen Connolly commented on SSHD-314:
---------------------------------------
https://github.com/apache/mina-sshd/pull/4
> Add support for PTY allocation to ChannelExec
> ---------------------------------------------
>
> Key: SSHD-314
> URL: https://issues.apache.org/jira/browse/SSHD-314
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 0.11.0
> Reporter: Stephen Connolly
> Priority: Minor
>
> See https://bugzilla.mindrot.org/show_bug.cgi?id=1424
> OpenSSH does not support sending signals to processes launched via ChannelExec
> Currently how people work around this issue via the CLI is to use the -t
> option to ssh and force a PTY allocation.
> The ChannelExec class does not provide a mechanism to force a PTY allocation
> in the doOpen method prior to the `exec` request being sent over the channel.
> This request is to add such support analogous to the methods in ChannelShell
> (Pull request with sample implementation to follow...)
--
This message was sent by Atlassian JIRA
(v6.2#6252)