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

   Thanks a lot @tomaswolf ... and for me to understand, sorry for that, 
   From the code logging: 
   
processAuthDataRequest(ClientSessionImpl[amadeus@/10.243.2.50:6710])[ssh-connection][publickey]
 SSH_MSG_USERAUTH_PK_OK type=rsa-sha2-512
   
   It seems that the type is extracted from something sent by the server, am I 
wrong ?
   
   Also I am not technical enough yet about sftp protocol, to understand the 
diff between the keys in your sentence:
   
   "The key exchange worked and did use a ssh-rsa signature. It's the public 
key authentication that then uses rsa-sha-512 by default first."
   
   I am not clear the difference between the protocol returned in :
   "server host key algorithms = ssh-rsa"
   
   And the protocol used for the signature... The one used for signature is to 
authenticate with OUR key, while the one returned by the server is for the 
server public key?
   
   Sorry I am confused ... And thanks for your prompt replies!


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