QSsh
QSsh copied to clipboard
Qt-based library for SSH and SFTP.
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...
@sandsmark are you still interested in maintaining this library?
Hi `sandsmark/QSsh`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
When I use SshRemoteProcessRunner::readyReadStandardOutput or SshRemoteProcess::readyReadStandardOutput and issue the command 'grep xxxx *', it outputs a large amount of data. Shortly after, maybe in a few seconds, I encounter the...