kholifa-network opened a new issue, #906:
URL: https://github.com/apache/mina-sshd/issues/906

   ### Version
   
   Apache MINA SSHD 2.18.0
   
   ### Bug description
   
   Agent forwarding fails when using a BouncyCastle Ed25519 key 
(BCEdDSAPublicKey).
   
   Public-key authentication works correctly without agent forwarding.
   
   When agent forwarding is enabled, authentication fails because MINA SSHD 
cannot find a signer for BCEdDSAPublicKey during the signing process.
   
   ### Actual behavior
   
   Agent forwarding fails with the following exception:
   
   org.apache.sshd.common.SshException:
   No signer found for BCEdDSAPublicKey when algorithm=ssh-ed25519 requested 
for ssh-ed25519
   
   Normal public-key authentication succeeds.
   Only agent forwarding fails.
   
   ### Expected behavior
   
   Agent forwarding should successfully sign using a BouncyCastle Ed25519 key 
(BCEdDSAPublicKey), just as normal public-key authentication already does.
   
   ### Relevant log output
   
   ```Shell
   
   ```
   
   ### Other information
   
   _No response_


-- 
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