GitHub user tomaswolf opened a pull request:

    https://github.com/apache/mina-sshd/pull/81

    [SSHD-708] Support reading encrypted OpenSSH private keys

    Include the BCrypt pbkdf implementation from org.connectbot.jbcrypt
    and use it to decrypt password-protected OpenSSH private keys.
    
    Add test cases.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tomaswolf/mina-sshd SSHD-708

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mina-sshd/pull/81.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #81
    
----
commit 1c4624825bc1522f56f2f521f849fbf6b3b03f0c
Author: Thomas Wolf <thomas.wolf@...>
Date:   2018-12-01T17:33:15Z

    [SSHD-708] Support reading encrypted OpenSSH private keys
    
    Include the BCrypt pbkdf implementation from org.connectbot.jbcrypt
    and use it to decrypt password-protected OpenSSH private keys.
    
    Add test cases.

----


---

Reply via email to