wolfssh
wolfssh copied to clipboard
Alpha version of SSHD support with wolfSSH
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 are still in progress. Some testing has been completed but additional testing for a production ready version of the code is in progress, so far Linux/QNX OS's have been tested, OSX has been built but password support not yet completed.
Once built with --enable-sshd an example of running the SSHD daemon would be the following:
sudo ./apps/wolfsshd/wolfsshd -h <host key> -f <sshd_config file> -p 22222
To see a help menu use ./apps/wolfsshd/wolfsshd -h. The program can be run in the foreground using the option '-D'.