BBS SSH daemon.
The following commands build and run the release binary.
$ cargo build --release
$ target/release/bbs-sshd -f bbs-sshd.toml
The following commands build and run the debug binary.
$ cargo build
$ target/debug/bbs-sshd -f bbs-sshd.toml
See sample
directory for config file examples.
- thrussh: Apache License 2.0. See
thrussh/LICENSE-2.0.txt
. - Rest of the project: Apache License 2.0. See
LICENSE-2.0.txt
.