tomaswolf commented on issue #906:
URL: https://github.com/apache/mina-sshd/issues/906#issuecomment-4886140635

   Thanks for reporting this. The minimally invasive fix would be to change 
https://github.com/apache/mina-sshd/blob/206f54b3702d91e98cd251a2f8ed02508962e48a/sshd-common/src/main/java/org/apache/sshd/common/signature/SignatureFactory.java#L239
 to
   ```
           } else if 
(SecurityUtils.EDDSA.equalsIgnoreCase(pubKey.getAlgorithm())
                   || 
SecurityUtils.ED25519.equalsIgnoreCase(pubKey.getAlgorithm())) {
   ```
   
   As a work-around you could try to set a system property: 
`-Dorg.bouncycastle.emulate.oracle=true` for the process executing `AgentImpl`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to