tomaswolf opened a new pull request #208: URL: https://github.com/apache/mina-sshd/pull/208
Change the API of SshAgent.addKeyToAgent() to be able to pass key constraints. Provide default implementations for the documented OpenSSH constraints: confirm, lifetime, and the sk-provider extension. Handle them in the AbstractAgentProxy implementation. Note that AbstractAgentProxy currently implements addKeyToAgent() only for OpenSSH. Users wanting to support a different agent may have to implement different constraints by extending the provided base classes, and may have to provide their own SshAgent (and a factory for it) implementing a different protocol for addKeyToAgent(). -- 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]
