tomaswolf opened a new pull request, #451:
URL: https://github.com/apache/mina-sshd/pull/451

   Change `Buffer.getPublicKey()` to set the read position to after the key 
even if reading the key fails. This enables us to continue reading keys from a 
list of keys in a buffer even when a particular key cannot be decoded.
   
   Change the two places where we receive lists of public keys from external 
sources: from an SSH agent or via the "hostkeys...@openssh.com" extension. Skip 
and log keys that cannot be decoded.
   
   Fixes #434.


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