-
Evaluate using https://github.com/ParallelSSH/ssh-python instead of paramiko (might potentially relieve EOFErrors, key format nuisance and unsuppressable tracebacks).
-
I want to create ssh server on ESP32 and want to connect other devices through it and communicate using the server.
I am trying to create a server using libssh library but can't set private keys in…
-
Ksnip now supports ftp uload, next step would be supporting sftp.
For sftp we need to use something like libssh: https://stackoverflow.com/questions/13691520/how-to-copy-a-file-in-c-c-with-libssh-a…
-
I keep getting errors when starting the server. I am using the latest version of the package on docker. Should I use QEMU instead of Box64?
Errors:
[2024-07-12 16:10:48] Error: Symbol gnutls_x50…
-
Current NETCOF over SSH solution when connecting from controller to devices uses a fork/exec mechanism of the ssh binary. This has several drawbacks, including data in piped stdio,, external handling …
-
Hi,
Pulled latest code base for libnetconf2, libyang, sysrepo, netopeer2 modules on 21st may 2024 and project versions are captured below,
**libnetcon2: 3.1.1
libyang: 3.0.5
netopeer2: 2.2.23
sys…
-
According to libssh, SCP is deprecated and should be replaced with SFTP.
> @deprecated Please use SFTP instead
https://git.libssh.org/projects/libssh.git/tree/src/scp.c#n40
When building tw…
-
I get the graph showing on screen as instructed, but when I try to run the screen capture time-lapse it errors.
Have done lots of googling but to no avail. this is the output I get.
~/rtl-sdr $ ./…
-
YDK compilation fails with version libssh 0.8.0 or later. Note that the library is now at 0.9.5 as of Oct 2020 and most systems (e.g. MacOS, Ubuntu, etc.) now ship with libssh versions that YDK can'…
-
I've made a libssh binding, and I'm seeing that operations taking download and file upload are slow, I'm not sure what's making it slow, I don't know if it's the dart garbage collector that's causing …