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

   ### Description
   
   Currently, KnownHostServerKeyVerifier does not have handle for revoked keys. 
It simply returns false. It would be good to abstract it to a separate function 
that you can override if you want to handle it in a specific way. Now you need 
to override acceptKnownHostEntries in order to add special handling. 
   
   ### Motivation
   
   It would be a lot easier to add functionality when a revoked key matches. 
E.g. giving information to the user, etc. 
   
   ### Alternatives considered
   
   A seperate function to log etc when a revoked key matches.
   Currently overriding acceptKnownHostEntries.
   
   ### Additional context
   
   _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: dev-unsubscr...@mina.apache.org.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