You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/04/22 13:03:15 UTC

[jira] [Commented] (SSHD-314) Add support for PTY allocation to ChannelExec

    [ https://issues.apache.org/jira/browse/SSHD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976634#comment-13976634 ] 

ASF GitHub Bot commented on SSHD-314:
-------------------------------------

GitHub user stephenc opened a pull request:

    https://github.com/apache/mina-sshd/pull/4

    [SSHD-314] Add support for PTY allocation to ChannelExec

    Submitted by Stephen Connolly (stephenc at apache)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stephenc/mina-sshd sshd-314

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mina-sshd/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4
    
----
commit f645adf69efee0c69b859a79314e1a584bb341c8
Author: Stephen Connolly <st...@gmail.com>
Date:   2014-04-22T11:01:42Z

    [SSHD-314] Add support for PTY allocation to ChannelExec
    
    Submitted by Stephen Connolly (stephenc at apache)

----


> 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)