wolfssh icon indicating copy to clipboard operation
wolfssh copied to clipboard

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.

Results 53 wolfssh issues
Sort by recently updated
recently updated
newest added

Hi, I am having difficulties piping data from a openssh client to a wolfsshd host. For example, the following command never finishes. ``` cat test | ssh 192.168.0.1 -p 1234...

When compiling the wolfssh_echoserver example located at wolfssh/ide/Espressif/ESP-IDF/examples/wolfssh_echoserver, the build fails with the following error: ``` ~/wolfssh/src/internal.c: In function 'GenerateKey': ~/wolfssh/src/internal.c:2215:15: error: implicit declaration of function 'wc_SSH_KDF'; did you mean...

Description: The wolfssh_echoserver example is presented as a template to simplify the integration of wolfssh capabilities into custom ESP-IDF projects. However, when attempting to extract this example and set it...

as of version 9.9, OpenSSH now supports two post-quantum key exchange methods: - `mlkem768x25519-sha256` - `sntrup761x25519-sha512` / `[email protected]` it would be nice to have support for at least one of...

Feature Request

This allows compiling with musl-gcc. Historically, some systems have used in place of , but the C standard, all the way back to C89/Ansi C, specifies that the correct name...

1. Improved the checking the appropriateness of messages depending on the state. 2. Added explicit checking for specific messages when appropriate. 3. Added a regression test that checks for specific...

hopefully resolves https://github.com/wolfSSL/wolfssh/issues/781 when compiling from git master ( 967d6c59ffeade98f30763b14737070045c4725e dated Fri Oct 24 09:44:15 2025 -0700) with ``` ./configure --enable-static --disable-shared --enable-scp --enable-sftp --enable-shell --enable-cryptonly --with-wolfssl=wolfssl/install/ ``` I got:...

Add simple sftp client example working on Renesas RX72N