wolfssh
wolfssh copied to clipboard
wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
ZD17497 Issue of autotools finding a static libwolfssl was reported on Ubuntu 20 and reproduced on Ubuntu 18. On newer Ubuntu versions (and autotools) such as Ubuntu 22 it is...
Add support for ED25519 server authentication and user authentication. Supersedes PR #555.
Fixes issues when wolfSSL is configured with `--enable-singletthreaded` Also added workflow to test single thread build. Reproduce with ### wolfSSL ``` ./configure --enable-wolfssh --enable-singlethreaded --enable-keygen ``` ### wolfSSH ``` ./configure...
ZD 18152 Fix for `.\client.exe -u jak -p 22 -h 192.168.88.142 -c 'echo hello' > test.txt` on Windows.
Add a set of callback function hooks for various steps in the creation of a channel. These include: * Channel Open * Channel Open Confirm * Channel Open Failure *...
The documentation mentions compatibility with liboqs v0.7.0. However, this version is from Aug, 2021. I wonder wondering if wolfSSH supported recent versions of liboqs? Releases: * https://github.com/open-quantum-safe/liboqs/tags Further, I bring...
TL;DR: Better end-to-end build testing is needed for wolfSSL in the examples for various component configurations and versions. The wolfSSH `1.4.18` release has not yet been published as an [Espressif...
ZD 18566 Fix for SFTP cases with trailing delimiter. OpenSSH client 9.6 (which does a SFTP command instead of SCP, -O restores using SCP protocol) ``` mkdir /tmp/subfolder scp /tmp/test.txt...
Hi! I am wondering - aren't WS_WANT_READ/WRITE non-fatal errors by design? See here: https://github.com/wolfSSL/wolfssh/blob/ceb461897bcc73390ba4ac3be14f5ca0bb87fda2/src/wolfsftp.c#L411-L419 But what about this: https://github.com/wolfSSL/wolfssh/blob/ceb461897bcc73390ba4ac3be14f5ca0bb87fda2/src/wolfsftp.c#L1573-L1577 Thanks!
ZD19766 Note that this brakes backwards compatibility with the keyboard auth callbacks. Moving it over to use the generic auth callback framework.