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

   > your really only option is to force "ssh-rsa" for connecting to such a 
server
   
   Interestingly, JSch seems to have the same problem with this XFB.Gateway: 
https://github.com/mwiede/jsch/issues/454 .
   
   Another possible reason for this problem: there are some old SSH agents that 
by mistake deliver an "ssh-rsa" signature when asked for a "rsa-sha2-512" 
signature. That would then explain why the server refuses the authentication 
even though it had said it would accept it. If you're using an SSH agent, that 
might be a reason. Though I thought our client checks for this and then fails 
on the client side already.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to