jcabi-ssh
jcabi-ssh copied to clipboard
private key passphrase
It would be great to add ability to use the private key passphrase
like Jsch http://epaul.github.io/jsch-documentation/javadoc/
public void addIdentity(String prvkey, byte[] passphrase)
@yegor256 please do something about this issue
I made a pull request to add support for pass phrase. Please review pull request #30.