jcabi-ssh icon indicating copy to clipboard operation
jcabi-ssh copied to clipboard

private key passphrase

Open dmzaytsev opened this issue 9 years ago • 2 comments

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)

dmzaytsev avatar Jun 01 '15 06:06 dmzaytsev

@yegor256 please do something about this issue

dmarkov avatar Jun 15 '15 07:06 dmarkov

I made a pull request to add support for pass phrase. Please review pull request #30.

guzzard avatar Jul 21 '15 12:07 guzzard