[I] User specific [mina-sshd]

2024-07-19 Thread via GitHub
naujoks-stefan opened a new issue, #534: URL: https://github.com/apache/mina-sshd/issues/534 ### Version 1.7.0 ### Bug description Hello everyone, I'm working on a project where I need to set up an SFTP server using Apache SSHD, which allows users to access multip

Re: Bugfix Release 2.13.2 for Apache MINA sshd?

2024-07-19 Thread Gary Gregory
I don't see a matching unit test in [2] so we are asking for a future regression IMO... Gary On Fri, Jul 19, 2024, 5:34 PM Thomas Wolf wrote: > Could we do a bugfix release 2.13.2 for Apache MINA sshd, > please? > > I know it's only one change, but I think it's worth it. > > In 2.13.0 we had in

Bugfix Release 2.13.2 for Apache MINA sshd?

2024-07-19 Thread Thomas Wolf
Could we do a bugfix release 2.13.2 for Apache MINA sshd, please? I know it's only one change, but I think it's worth it. In 2.13.0 we had introduced an implementation for the sntrup761x25519-s...@openssh.com key exchange method, which is supposed to be quantum-safe. Unfortunately the implement

[jira] [Closed] (SSHD-1229) Infinite clientMethods iteration in ClientUserAuthService

2024-07-19 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf closed SSHD-1229. - Resolution: Duplicate Duplicate of [GH-533|https://github.com/apache/mina-sshd/issues/533]. > Infinite cl

[jira] [Commented] (SSHD-1229) Infinite clientMethods iteration in ClientUserAuthService

2024-07-19 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867371#comment-17867371 ] Thomas Wolf commented on SSHD-1229: --- Actually, there is a bug in the handling of "these

[jira] [Updated] (SSHD-1229) Infinite clientMethods iteration in ClientUserAuthService

2024-07-19 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf updated SSHD-1229: -- External issue URL: https://github.com/apache/mina-sshd/issues/533 > Infinite clientMethods iteration in

Re: [I] server host key algorithms = ssh-rsa but still try to encryp the key using rsa-sha2-512 [mina-sshd]

2024-07-19 Thread via GitHub
tomaswolf commented on issue #531: URL: https://github.com/apache/mina-sshd/issues/531#issuecomment-2238592641 > That's a client bug; it should not have continued with public-key authentication. Split to #533. -- This is an automated message from the Apache Git Service. To respond

[I] Client auth: "authentication methods that can continue" is mishandled [mina-sshd]

2024-07-19 Thread via GitHub
tomaswolf opened a new issue, #533: URL: https://github.com/apache/mina-sshd/issues/533 ### Version master ### Bug description (Split from #531) `ClientUserAuthService` ignores "authentication methods that can continue" on SSH_MSG_USERAUTH_FAILURE if not a partial