Expand description
Async for Sunset SSH
This provides async for Sunset SSH.
Structs§
- ChanIn
- An input-only SSH channel, such as stderr for a client
- Chan
InOut - A standard bidirectional SSH channel
- ChanOut
- An output-only SSH channel, such as stderr for a server
- Progress
Holder - A handle used for storage from a
SSHClient::progress()
orSSHServer::progress()
call. - SSHClient
- An async SSH client instance
- SSHServer
- An async SSH server instance