[jira] [Created] (SSHD-1161) Support OpenSSH client certificates for publickey authentication

2021-05-10 Thread Alex Sherwin (Jira)
Alex Sherwin created SSHD-1161: -- Summary: Support OpenSSH client certificates for publickey authentication Key: SSHD-1161 URL: https://issues.apache.org/jira/browse/SSHD-1161 Project: MINA SSHD

[VOTE] Release Apache Mina SSHD 2.7.0

2021-05-10 Thread Guillaume Nodet
I've staged a release candidate: * maven repo: https://repository.apache.org/content/repositories/orgapachemina-1053 * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.7.0/ * Git tag: https://github.com/apache/mina-sshd/releases/tag/sshd-2.7.0 This release contains a number

[jira] [Commented] (SSHD-1161) Support OpenSSH client certificates for publickey authentication

2021-05-10 Thread Alex Sherwin (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342212#comment-17342212 ] Alex Sherwin commented on SSHD-1161: This work is underway on my mina fork here:

[jira] [Comment Edited] (SSHD-1161) Support OpenSSH client certificates for publickey authentication

2021-05-10 Thread Alex Sherwin (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342212#comment-17342212 ] Alex Sherwin edited comment on SSHD-1161 at 5/11/21, 12:51 AM: --- This work is

[jira] [Commented] (SSHD-1145) EdDSASecurityProviderRegistrar#isSupported() should check more classloaders

2021-05-10 Thread Grzegorz Grzybek (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342299#comment-17342299 ] Grzegorz Grzybek commented on SSHD-1145: Thank you for fixing this [~gnodet]! >

[GitHub] [mina-sshd] alex-sherwin commented on pull request #119: Add support for openssh host key certificates

2021-05-10 Thread GitBox
alex-sherwin commented on pull request #119: URL: https://github.com/apache/mina-sshd/pull/119#issuecomment-837685993 @gnodet @tomaswolf I've opened a JIRA here https://issues.apache.org/jira/browse/SSHD-1161 for this work A colleague & myself should hopefully have a PR ready in the

[GitHub] [mina-sshd] softwarecancer opened a new pull request #193: Signing Algorithm Derivation

2021-05-10 Thread GitBox
softwarecancer opened a new pull request #193: URL: https://github.com/apache/mina-sshd/pull/193 Added functionality to compare OpenSSH certificate keys Added signature algorithm function into KeyUtils to set the desired signature algorithm for the negotiated chosen algorithm. Made use

[GitHub] [mina-sshd] softwarecancer closed pull request #193: Signing Algorithm Derivation

2021-05-10 Thread GitBox
softwarecancer closed pull request #193: URL: https://github.com/apache/mina-sshd/pull/193 -- 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. For queries about this

[jira] [Work logged] (SSHD-1145) EdDSASecurityProviderRegistrar#isSupported() should check more classloaders

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

[GitHub] [mina-sshd] gnodet merged pull request #189: [SSHD-1145] Deprecate ReflectionUtils#isClassAvailable and use Thread…

2021-05-10 Thread GitBox
gnodet merged pull request #189: URL: https://github.com/apache/mina-sshd/pull/189 -- 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. For queries about this service, please

Re: SSHD 2.7 release ?

2021-05-10 Thread Guillaume Nodet
I was on vacation and missed that email. I'll start the release asap. There are 2 PR pendings: [SSHD-704] Add support for RFC 8731 [SSHD-1017] Add support for chacha20-poly1...@openssh.com Maybe we

[jira] [Commented] (SSHD-1160) SshClient does not cleanup resources

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341778#comment-17341778 ] Guillaume Nodet commented on SSHD-1160: --- Could you please provide a simple test to reproduce the

[GitHub] [mina-sshd] tomaswolf commented on pull request #119: Add support for openssh host key certificates

2021-05-10 Thread GitBox
tomaswolf commented on pull request #119: URL: https://github.com/apache/mina-sshd/pull/119#issuecomment-836265703 This is definitely going in the right direction, but will need more work before it could be incorporated into the main code. As for testing: I think testing against a

[jira] [Commented] (SSHD-1154) userauth_pubkey: unsupported public key algorithm: rsa-sha2-512

2021-05-10 Thread poppinlong (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341869#comment-17341869 ] poppinlong commented on SSHD-1154: -- [~twolf] I have compared the master version with the 2.6.0 version.

[jira] [Commented] (SSHD-1154) userauth_pubkey: unsupported public key algorithm: rsa-sha2-512

2021-05-10 Thread poppinlong (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341887#comment-17341887 ] poppinlong commented on SSHD-1154: -- [~twolf] I have configured ED25519, but it does not work

[GitHub] [mina-sshd] alex-sherwin commented on pull request #119: Add support for openssh host key certificates

2021-05-10 Thread GitBox
alex-sherwin commented on pull request #119: URL: https://github.com/apache/mina-sshd/pull/119#issuecomment-836683227 @gnodet @tomaswolf Sure, I didn't mean to start a whole thread here, was originally just looking to solicit info on what may be missing from this PR's original

[jira] [Commented] (SSHD-1154) userauth_pubkey: unsupported public key algorithm: rsa-sha2-512

2021-05-10 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341903#comment-17341903 ] Thomas Wolf commented on SSHD-1154: --- "Use a different key type, for instance ed25519" is not a

[GitHub] [mina-sshd] gnodet commented on pull request #60: Gc socks timing

2021-05-10 Thread GitBox
gnodet commented on pull request #60: URL: https://github.com/apache/mina-sshd/pull/60#issuecomment-836715575 I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION` message is

[GitHub] [mina-sshd] gnodet commented on pull request #60: Gc socks timing

2021-05-10 Thread GitBox
gnodet commented on pull request #60: URL: https://github.com/apache/mina-sshd/pull/60#issuecomment-836735194 > I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION` message is

[jira] [Updated] (SSHD-1029) Support native PTY in SSH server

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-1029: -- Priority: Minor (was: Major) > Support native PTY in SSH server >

[jira] [Work logged] (SSHD-704) Add support for curve25519-sha...@libssh.org key exchange

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

[GitHub] [mina-sshd] gnodet commented on pull request #119: Add support for openssh host key certificates

2021-05-10 Thread GitBox
gnodet commented on pull request #119: URL: https://github.com/apache/mina-sshd/pull/119#issuecomment-836578989 > This is definitely going in the right direction, but will need more work before it could be incorporated into the main code. > > As for testing: I think testing against

[GitHub] [mina-sshd] gnodet opened a new pull request #192: [SSHD-525] Server side implementation of posix-ren...@openssh.com

2021-05-10 Thread GitBox
gnodet opened a new pull request #192: URL: https://github.com/apache/mina-sshd/pull/192 -- 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. For queries about this service,

[GitHub] [mina-sshd] tomaswolf commented on pull request #177: [SSHD-704] Add support for RFC 8731

2021-05-10 Thread GitBox
tomaswolf commented on pull request #177: URL: https://github.com/apache/mina-sshd/pull/177#issuecomment-836495509 A test would be nice. -- 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

[jira] [Assigned] (SSHD-525) Add support for "posix-ren...@openssh.com" SFTP extension

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-525: Assignee: Guillaume Nodet > Add support for "posix-ren...@openssh.com" SFTP extension >

[jira] [Work logged] (SSHD-525) Add support for "posix-ren...@openssh.com" SFTP extension

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

[jira] [Updated] (SSHD-525) Add support for "posix-ren...@openssh.com" SFTP extension

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-525: - Fix Version/s: 2.7.0 > Add support for "posix-ren...@openssh.com" SFTP extension >

[jira] [Work logged] (SSHD-704) Add support for curve25519-sha...@libssh.org key exchange

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

[jira] [Work logged] (SSHD-1017) Add support for chacha20-poly1...@openssh.com

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

[GitHub] [mina-sshd] gnodet commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-10 Thread GitBox
gnodet commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-836486686 @jvz What's the status of this PR ? We're planning a 2.7.0 release this week, so wondering if I should merge this PR in. -- This is an automated message from the Apache Git

[GitHub] [mina-sshd] gnodet commented on pull request #177: [SSHD-704] Add support for RFC 8731

2021-05-10 Thread GitBox
gnodet commented on pull request #177: URL: https://github.com/apache/mina-sshd/pull/177#issuecomment-836486282 @jvz What's the status of this PR ? We're planning a 2.7.0 release this week, so wondering if I should merge this PR in. -- This is an automated message from the Apache Git

[GitHub] [mina-sshd] tomaswolf commented on a change in pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-10 Thread GitBox
tomaswolf commented on a change in pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#discussion_r629230095 ## File path: sshd-core/src/main/java/org/apache/sshd/common/BaseBuilder.java ## @@ -70,6 +70,7 @@ */ public static final List

[jira] [Work logged] (SSHD-1017) Add support for chacha20-poly1...@openssh.com

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

[jira] [Commented] (SSHD-1154) userauth_pubkey: unsupported public key algorithm: rsa-sha2-512

2021-05-10 Thread poppinlong (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341857#comment-17341857 ] poppinlong commented on SSHD-1154: -- [~twolf] How do I fix this with version 2.6.0 > userauth_pubkey:

[GitHub] [mina-sshd] gnodet commented on pull request #119: Add support for openssh host key certificates

2021-05-10 Thread GitBox
gnodet commented on pull request #119: URL: https://github.com/apache/mina-sshd/pull/119#issuecomment-836580016 @alex-sherwin it could be a good idea to open a different issue as this PR is actually closed. -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (SSHD-1154) userauth_pubkey: unsupported public key algorithm: rsa-sha2-512

2021-05-10 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341864#comment-17341864 ] Thomas Wolf commented on SSHD-1154: --- Use a different key type, for instance ed25519. Or do what we did

[GitHub] [mina-sshd] gnodet edited a comment on pull request #60: Gc socks timing

2021-05-10 Thread GitBox
gnodet edited a comment on pull request #60: URL: https://github.com/apache/mina-sshd/pull/60#issuecomment-836735194 > I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION`

[GitHub] [mina-sshd] gnodet edited a comment on pull request #60: Gc socks timing

2021-05-10 Thread GitBox
gnodet edited a comment on pull request #60: URL: https://github.com/apache/mina-sshd/pull/60#issuecomment-836735194 > I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION`

[jira] [Work logged] (SSHD-1017) Add support for chacha20-poly1...@openssh.com

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

[jira] [Resolved] (SSHD-1145) EdDSASecurityProviderRegistrar#isSupported() should check more classloaders

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-1145. --- Fix Version/s: 2.7.0 Assignee: Guillaume Nodet Resolution: Fixed >

[GitHub] [mina-sshd] jvz commented on pull request #176: [SSHD-1017] Add support for chacha20-poly1...@openssh.com

2021-05-10 Thread GitBox
jvz commented on pull request #176: URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-836750819 I'll need to revisit this PR. I've done a lot more cryptography work since then, and I probably have some simplifications now.  -- This is an automated message from the Apache

[GitHub] [mina-sshd] jvz commented on pull request #177: [SSHD-704] Add support for RFC 8731

2021-05-10 Thread GitBox
jvz commented on pull request #177: URL: https://github.com/apache/mina-sshd/pull/177#issuecomment-836754721 Same for this. I'll revisit to clean up sometime in the next week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Work logged] (SSHD-704) Add support for curve25519-sha...@libssh.org key exchange

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

[jira] [Updated] (SSHD-981) Implement no-flow-control SFTP extension

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-981: - Fix Version/s: (was: 2.7.0) > Implement no-flow-control SFTP extension >

[jira] [Resolved] (SSHD-525) Add support for "posix-ren...@openssh.com" SFTP extension

2021-05-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/SSHD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-525. -- Resolution: Fixed > Add support for "posix-ren...@openssh.com" SFTP extension >