Skip to content

clamtestbbs/bbs-sshd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbs-sshd

BBS SSH daemon.

Build and Run

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.

License

  • thrussh: Apache License 2.0. See thrussh/LICENSE-2.0.txt.
  • Rest of the project: Apache License 2.0. See LICENSE-2.0.txt.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Nix 0.1%