[ https://issues.apache.org/jira/browse/SSHD-1166?focusedWorklogId=618238&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-618238 ]
ASF GitHub Bot logged work on SSHD-1166: ---------------------------------------- Author: ASF GitHub Bot Created on: 02/Jul/21 19:55 Start Date: 02/Jul/21 19:55 Worklog Time Spent: 10m Work Description: tomaswolf commented on pull request #198: URL: https://github.com/apache/mina-sshd/pull/198#issuecomment-873227084 In the `GenerateOpenSSHClientCertificateTest` the generated certificate apparently always uses rsa-sha2-512 for signing with RSA CA keys. Does the `OpenSshCertificateBuilder` need another setter `setAlgorithm(String algorithm)` to be able to specify exactly which signature should be generated? ("ssh-rsa", "rsa-sha2-256", or "rsa-sha2-512".) One would have to verify that the algorithm set through this setter, if any, was compatible with the CA key type at all. -- 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, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 618238) Time Spent: 4.5h (was: 4h 20m) > Support generating OpenSSH client certificates > ---------------------------------------------- > > Key: SSHD-1166 > URL: https://issues.apache.org/jira/browse/SSHD-1166 > Project: MINA SSHD > Issue Type: New Feature > Reporter: Alex Sherwin > Priority: Major > Time Spent: 4.5h > Remaining Estimate: 0h > > Support generating OpenSSH client certificates > The OpenSSH certificate spec is defined here: > https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD > MINA already supports using OpenSSH client certs for publickey auth via > SSHD-1161 > This ticket is to support creating/generating OpenSSH client certificates -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org