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

This adds the alpha version of SSHD support to wolfSSH. Enabled with --enable-sshd when compiling with autotools and off by default. The core features are implemented and some additional features...

Similar to https://github.com/wolfSSL/wolfssl/issues/5319 and as [noted](https://github.com/espressif/esp-idf/pull/9288#issuecomment-1174602615) in https://github.com/espressif/esp-idf/pull/9288 there's a new [Espressif Component Manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html) in the works. wolfSSH needs to be integrated as an ESP-IDF component,

enhancement

Hello! I was wondering why WolfSSH does not have support for CMake (a `CMakeLists.txt`) when WolfSSL does. I am trying to build WolfSSH and WolfSSL as libraries for an embedded...

enhancement

Version 1.4.10 libtool: link: gcc -dynamiclib -o src/.libs/libwolfssh.8.dylib src/.libs/libwolfssh_la-ssh.o src/.libs/libwolfssh_la-internal.o src/.libs/libwolfssh_la-log.o src/.libs/libwolfssh_la-io.o src/.libs/libwolfssh_la-port.o -L/usr/local/lib -lwolfssl -lutil -lnetwork -O2 -pthread -install_name /usr/local/lib/libwolfssh.8.dylib -compatibility_version 13 -current_version 13.4 -Wl,-single_module Undefined symbols for architecture...

* Added --enable-tpm build option * Added new members to WOLFSSH_CTX structure * Added TPM 2.0 key handling in client example * Added TPM 2.0 signing in wolfSSH internals *...

Fixes listing the contents of C:\ on Windows when running the wolfSFTP server. (ZD 14607, but they are using Nucleus)