jcabi / jcabi-ssh

Java SSH client (an object-oriented wrapper around JSch)
https://ssh.jcabi.com
Other
253 stars 88 forks source link

private key passphrase #22

Open dmzaytsev opened 9 years ago

dmzaytsev commented 9 years ago

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)

dmarkov commented 9 years ago

@yegor256 please do something about this issue

guzzard commented 9 years ago

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