You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to parallel-ssh
Hello,
I'm trying to create an SSHClient using a key that is protected by a passphrase. From the code I've read, it seems that if pkey and password are specify to the constructor of SSHClient, the password is used as passphrase for the key.
Problem is I always get an AuthenticationException. So it seems the passphrase is not used for some reason. Am I missing something ?