alex-sherwin commented on pull request #119: URL: https://github.com/apache/mina-sshd/pull/119#issuecomment-836036727
I've researched this some more and I don't think there's any place in the current mina-sshd project that maintains a map of these signature algorithms that are utilized, at least, not aliased to the values required here. The `SignatureRSA` class has an internal `sshAlgorithmName` that holds the in-use algo (`rsa-sha2-512` / `rsa-sha2-256`), but the `SignatureEd25519` (which is third party anyways) has no similar internal field to even carry the `ssh-ed25519` value), for example Best I can tell, it may be necessary to create a specific map of the signature values from the original type to the value required for this part of the `SSH_MSG_USERAUTH_REQUEST` response buf -- 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 contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
