Re: SSHD Custom ShellFactory

2020-10-27 Thread Oskar Z
I have made some more progress, not sure if this will work for all cases, but it works on MacOS and Linux. I had to extend TtyFilterOutputStream with my own class / methods to handleLF and handleCR. So the output looks fine: READY STARTRECORD Status --- Running: 1 Sessions

Re: SSHD Custom ShellFactory

2020-10-27 Thread Oskar Z
Thanks! So looks like the issue is still unresolved. I think this is very critical. So I have made some progress, but now everything is written to the same line, no matter what. I’m using the following PTY options: PtyMode.ONLCR PtyMode.OCRNL PtyMode.ONOCR PtyMode.ECHO PtyMode.INLCR PtyMode.IC

Re: SSHD Custom ShellFactory

2020-10-27 Thread Lyor Goldstein
>> I would really appreciate someone who has experience with this to give me some guidance. I have searched the web and cannot seem to find anything. >> Hope someone can help… This is an oldie but goodie - we have made several attempts in the past (see SSHD-897 SSHD-1029) but we always come up s

[jira] [Commented] (SSHD-1098) SSH login key exchange for mac algorithm negotiation failed

2020-10-27 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221565#comment-17221565 ] Lyor Goldstein commented on SSHD-1098: -- Please note that even after upgrading the 2 M