[
https://issues.apache.org/jira/browse/SSHD-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223034#comment-17223034
]
Guillaume Nodet commented on SSHD-1029:
---------------------------------------
The
[https://blog.javaforge.net/post/68495259926/embedded-ssh-daemon-and-remote-shell-for-java-applicatio]
is really about integrating with a java shell, which already works perfectly.
This issue is about integrating with a native shell, such as bash or zsh, which
is a bit more complicated because the native shell will need a pseudo-terminal
created by the OS and that's where the problems are...
> Support native PTY in SSH server
> --------------------------------
>
> Key: SSHD-1029
> URL: https://issues.apache.org/jira/browse/SSHD-1029
> Project: MINA SSHD
> Issue Type: New Feature
> Reporter: Guillaume Nodet
> Priority: Major
> Fix For: 2.6.0
>
>
> In order to correctly integrate with native shells, we need to open a PTY and
> launch the command redirecting the streams from/to the pty.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]