sandsmark / QSsh

Qt-based library for SSH and SFTP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SshConnectionParameters::AuthenticationTypePublicKey

SKY-autumn opened this issue · comments

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).
1
2
3