You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a little bit of a problem with AuthenticationTypePublicKey when I was using them.To my understanding,I need to use parameters.privateKeyFile,but the keyFile I use has its own password(the picture 1),and I don't know where to put it in SshConnectionParameters.When I use the example of remoteprocess,the example can excute successfully(the picture 2) if the keyFile dosen't have its own password.However,when the keyFile dose have its own password,the example will report an error(the picture 3).
The text was updated successfully, but these errors were encountered:
I had a little bit of a problem with AuthenticationTypePublicKey when I was using them.To my understanding,I need to use parameters.privateKeyFile,but the keyFile I use has its own password(the picture 1),and I don't know where to put it in SshConnectionParameters.When I use the example of remoteprocess,the example can excute successfully(the picture 2) if the keyFile dosen't have its own password.However,when the keyFile dose have its own password,the example will report an error(the picture 3).
The text was updated successfully, but these errors were encountered: