QSsh icon indicating copy to clipboard operation
QSsh copied to clipboard

Qt-based library for SSH and SFTP.

Results 14 QSsh issues
Sort by recently updated
recently updated
newest added

Hi, I have submitted 4 very simple pull requests but they all fail due to the LGTM pipeline. @sandsmark could you please have a look at why they fail?

* Fix a typo in one of the CMakeLists.txt files * Enable building of shared library * Allow to set a custom BOTAN library location * Build examples only when...

When uploading a directory via SFTP make appending the directory name optional. Previously, when uploading xxx/myDir/* the directory name **myDir** would be automatically appended to the **destination**: yyy/destination/myDir/* This change...

When running tests I found that QRandomGenerator took ages (literally minutes) to generate random numbers for the test binary data. Using **rand()** instead decreases this time to non-noticable. Since no...

Fix bug in argumentscollector logic

Ubuntu 22.04 which is now the default distro by AWS no longer accepts the RSA keys which worked absolutely fine with previous versions. Instead the newer ED25519 key is required,...

CMake throws error while build: `CMake Error at examples/ssh-shell/CMakeLists.txt:4 (target_link_libraries): Cannot specify link libraries for target "ssh-shell" which is not built by this project.` There is a typo in examples/ssh-shell/CMakeLists.txt...