Per-connection context passed to a Termite.SSH session entrypoint.
Sessions are created by Termite.SSH; applications should treat the struct
as read-only. Use Termite.SSH.terminal/1 to attach a terminal and
Termite.SSH.disconnect/1 to close the SSH channel.
Summary
Functions
Invokes the session's disconnect callback.
Adds this session's SSH adapter settings to Termite terminal options.
Types
Functions
Invokes the session's disconnect callback.
Prefer the public Termite.SSH.disconnect/1 wrapper in application code.
Adds this session's SSH adapter settings to Termite terminal options.
The SSH adapter and channel override values supplied in opts. Most callers
should use Termite.SSH.terminal/1; this function is useful when additional
adapter options, such as :reader_target, are needed.