lukegb opened a new issue, #525:
URL: https://github.com/apache/mina-sshd/issues/525

   ### Version
   
   2.13.1
   
   ### Bug description
   
   Using Mina SSHd inside Gerrit, if [email protected] is 
enabled, then OpenSSH cannot connect with an "incorrect signature" error.
   
   ### Actual behavior
   
   ```
   $ ssh -p 29418 admin@localhost -o ControlMaster=no
   ssh_dispatch_run_fatal: Connection to ::1 port 29418: incorrect signature
   $ ssh -p 29418 admin@localhost -o ControlMaster=no -o 
[email protected] 
   ssh_dispatch_run_fatal: Connection to ::1 port 29418: incorrect signature
   $ ssh -p 29418 admin@localhost -o ControlMaster=no -o 
KexAlgorithms=curve25519-sha256
   
     ****    Welcome to Gerrit Code Review    ****
   
     Hi Administrator, you have successfully connected over SSH.
   
     Unfortunately, interactive shells are disabled.
     To clone a hosted Git repository, use:
   
     git clone ssh://admin@localhost:29418/REPOSITORY_NAME.git
   
   Connection to localhost closed.
   ```
   
   ### Expected behavior
   
   Both connections using [email protected] and not using 
[email protected] should work. 
   
   ### Relevant log output
   
   _No response_
   
   ### Other information
   
   ```
   $ ssh -V
   OpenSSH_9.8p1, OpenSSL 3.0.13 30 Jan 2024
   ```
   
   I'm not 100% sure if BouncyCastle is available on the classpath; I'll add 
some more debugging information once it's available.
   
   This KEX method is new and was added in #498 by @tomaswolf 


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