Crate async_ssh2_lite
source ·Expand description
Asynchronous ssh2
Re-exports
pub use agent::AsyncAgent;pub use channel::AsyncChannel;pub use channel::AsyncStream;pub use listener::AsyncListener;pub use session::AsyncSession;pub use session::SessionConfiguration;pub use sftp::AsyncFile;pub use sftp::AsyncSftp;pub use error::Error;pub use session_stream::AsyncSessionStream;pub use ssh2;pub use async_io;pub use tokio;
Modules
Structs
- A TCP stream between a local and a remote socket.
- A structure representing a connected Unix socket.