Crate wezterm_ssh

Source

Structs§

AuthenticationEvent
AuthenticationPrompt
Config
A context for resolving configuration values. Holds a combination of environment and token expansion state, as well as the set of configs that should be consulted.
ExecResult
FileDescriptor
FileDescriptor is a thin wrapper on top of the OwnedHandle type that exposes the ability to Read and Write to the platform RawFileDescriptor.
FilePermissions
Represents permissions associated with a remote file
HostVerificationEvent
Metadata
Represents metadata about a remote file
OpenOptions
Represents options to provide when opening a file or directory
PtySize
Represents the size of the visible display area in the pty
RenameOptions
Represents options to provide when renaming a file or directory
Session
Sftp
Represents an open sftp channel for performing filesystem operations
SshChildProcess
SshPty
Utf8Path
A slice of a UTF-8 path (akin to str).
Utf8PathBuf
An owned, mutable UTF-8 path (akin to String).

Enums§

FileType
Represents the type associated with a remote file
OpenFileType
Represents whether opening a file or directory
SessionEvent
SftpChannelError
Represents an error that can occur when working with the SFTP channel
SftpError
Represents errors associated with sftp operations
WriteMode
Represents different writing modes for opening a file

Traits§

Child
Represents a child process spawned into the pty. This handle can be used to wait for or terminate that child process.
ChildKiller
Represents the ability to signal a Child to terminate
MasterPty
Represents the master/control end of the pty

Type Aliases§

ConfigMap
SftpChannelResult
Represents the result of some SFTP channel operation
SftpResult
Represents a result whose error is SftpError