[][src]Crate async_ssh2

Structs

Agent

See Agent.

Channel

See Channel.

ExitSignal

Data received from when a program exits with a signal.

File

See File.

FileStat

Metadata information about a remote file.

FileType

An structure representing a type of file.

Host

Structure representing a known host as part of a KnownHosts structure.

KnownHosts

A set of known hosts which can be used to verify the identity of a remote server.

Listener

See Listener.

OpenFlags

Options that can be used to configure how a file is opened

Prompt

A prompt/challenge returned as part of keyboard-interactive authentication

PtyModes

Encodes modes for Pty allocation requests. The modes documented in https://tools.ietf.org/html/rfc4250#section-4.5 are supported.

PublicKey

A public key which is extracted from an SSH agent.

ReadWindow

Description of the read window as returned by Channel::read_window

RenameFlags

Options to Sftp::rename.

ScpFileStat

Metadata returned about a remote file when received via scp.

Session

See Session.

Sftp

See Sftp.

WriteWindow

Description of the write window as returned by Channel::write_window

Enums

BlockDirections

The io direction an application has to wait for in order not to block.

Error

Representation of an error.

KnownHostFileKind