Patch: Server Key Verification, Expose exit code ------------------------------------------------
Key: SSHD-92 URL: https://issues.apache.org/jira/browse/SSHD-92 Project: MINA SSHD Issue Type: New Feature Affects Versions: 0.4.0 Reporter: Justin SB Attachments: check-server-key-and-exit-code.patch This patch provides a pluggable way to check the server key along with some very basic policies. It also exposes the exit code when an SSH execute completes. I've also added a 'metadata' dictionary to the ClientSession, so that applications can easily store their own information. This is used so that the ClientSession can contain a ServerKeyVerifier, so we can do per-server verification even when multiple ClientSessions are run in the same SshClient instance. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.