[jira] [Comment Edited] (SSHD-1255) Support host key update and rotation in the client

2022-04-05 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517648#comment-17517648 ] Thomas Wolf edited comment on SSHD-1255 at 4/5/22 8:08 PM: --- The point is that

[jira] [Commented] (SSHD-1255) Support host key update and rotation in the client

2022-04-05 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517670#comment-17517670 ] Thomas Wolf commented on SSHD-1255: --- Moreover, the server-side handler is not adapted for RSA SHA2

[jira] [Commented] (SSHD-1255) Support host key update and rotation in the client

2022-04-05 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517648#comment-17517648 ] Thomas Wolf commented on SSHD-1255: --- The point is that the client side handler is empty. It doesn't send

[jira] [Resolved] (SSHD-1257) Shell is not getting closed if the command has already closed the OutputStream it is using.

2022-04-05 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf resolved SSHD-1257. --- Fix Version/s: 2.9.0 Assignee: Thomas Wolf Resolution: Fixed Squash-merged as commit

[jira] [Work logged] (SSHD-1257) Shell is not getting closed if the command has already closed the OutputStream it is using.

2022-04-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1257?focusedWorklogId=753050=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-753050 ] ASF GitHub Bot logged work on SSHD-1257: Author: ASF GitHub Bot

[jira] [Work logged] (SSHD-1257) Shell is not getting closed if the command has already closed the OutputStream it is using.

2022-04-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1257?focusedWorklogId=753049=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-753049 ] ASF GitHub Bot logged work on SSHD-1257: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf commented on pull request #214: [SSHD-1257] Make ChannelOutputStream#flush no-op if the stream is already closed

2022-04-05 Thread GitBox
tomaswolf commented on PR #214: URL: https://github.com/apache/mina-sshd/pull/214#issuecomment-1089171758 I just needed time to download this PR and run the tests since the CI tests are broken. (That's issue SSHD-1256.) Squashed and merged as commit dc229b9f. -- This is an

[GitHub] [mina-sshd] tomaswolf closed pull request #214: [SSHD-1257] Make ChannelOutputStream#flush no-op if the stream is already closed

2022-04-05 Thread GitBox
tomaswolf closed pull request #214: [SSHD-1257] Make ChannelOutputStream#flush no-op if the stream is already closed URL: https://github.com/apache/mina-sshd/pull/214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Work logged] (SSHD-1257) Shell is not getting closed if the command has already closed the OutputStream it is using.

2022-04-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1257?focusedWorklogId=752792=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752792 ] ASF GitHub Bot logged work on SSHD-1257: Author: ASF GitHub Bot

[GitHub] [mina-sshd] Vlatombe commented on pull request #214: [SSHD-1257] Make ChannelOutputStream#flush no-op if the stream is already closed

2022-04-05 Thread GitBox
Vlatombe commented on PR #214: URL: https://github.com/apache/mina-sshd/pull/214#issuecomment-1088601928 @lgoldstein @tomaswolf Is there anything you need to consider this change for inclusion? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mina-ftpserver] elecharny closed pull request #18: Simplify assertions.

2022-04-05 Thread GitBox
elecharny closed pull request #18: Simplify assertions. URL: https://github.com/apache/mina-ftpserver/pull/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [mina-ftpserver] elecharny commented on pull request #18: Simplify assertions.

2022-04-05 Thread GitBox
elecharny commented on PR #18: URL: https://github.com/apache/mina-ftpserver/pull/18#issuecomment-1088365019 PR applied in 1.1.X and 1.2.X. Thanks ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Commented] (SSHD-1259) DefaultKnownHostsServerKeyVerifier not checking all Key algorithms present in known_hosts

2022-04-05 Thread Klaus Nguetsa (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517244#comment-17517244 ] Klaus Nguetsa commented on SSHD-1259: - Yes I just saw it as well in the source code. The match is done

[jira] [Comment Edited] (SSHD-1259) DefaultKnownHostsServerKeyVerifier not checking all Key algorithms present in known_hosts

2022-04-05 Thread Klaus Nguetsa (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517244#comment-17517244 ] Klaus Nguetsa edited comment on SSHD-1259 at 4/5/22 6:19 AM: - Yes I just saw