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§

agent
channel
error
listener
session
session_stream
sftp
util

Structs§

TokioTcpStream
A TCP stream between a local and a remote socket.
TokioUnixStream
A structure representing a connected Unix socket.

Type Aliases§

AsyncIoTcpStream
AsyncIoUnixStream