Docs.rs
bssh-0.9.1
bssh 0.9.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
inureyes
Dependencies
anyhow ^1.0.99
normal
arrayvec ^0.7.6
normal
async-trait ^0.1.89
normal
atty ^0.2.14
normal
chrono ^0.4.41
normal
clap ^4
normal
crossterm ^0.29
normal
ctrlc ^3.4
normal
directories ^6.0.0
normal
dirs ^6.0
normal
fastrand ^2.2
normal
futures ^0.3.31
normal
glob ^0.3.3
normal
indicatif ^0.18.0
normal
lru ^0.16
normal
once_cell ^1.20
normal
owo-colors ^4.2.2
normal
rpassword ^7.4.0
normal
russh ^0.54.6
normal
russh-sftp ^2.1.1
normal
rustyline ^17.0.1
normal
serde ^1.0.219
normal
serde_yaml ^0.9
normal
signal-hook ^0.3.18
normal
smallvec ^1.13.2
normal
terminal_size ^0.4.3
normal
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
tokio-util ^0.7
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3
normal
unicode-width ^0.2.1
normal
uuid ^1.10
normal
whoami ^1.6.1
normal
zeroize ^1.8
normal
mockito ^1
dev
once_cell ^1.21.3
dev
serial_test ^3.2
dev
tempfile ^3
dev
tokio-test ^0.4
dev
Versions
46.81%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate bssh
bssh
0.9.1
All Items
Crate Items
Re-exports
Modules
Crate
bssh
Copy item path
Source
Re-exports
§
pub use cli::
Cli
;
pub use config::
Config
;
pub use executor::
ParallelExecutor
;
pub use node::
Node
;
Modules
§
cli
commands
config
executor
forwarding
Port forwarding implementation for bssh
jump
SSH jump host (ProxyJump) implementation for bssh
node
pty
PTY (Pseudo-terminal) support for interactive SSH sessions.
security
Security utilities for validating and sanitizing user input
ssh
ui
utils