Crate sessh

Source
Expand description

Establish connections to, and run commands on remote machines via ssh.

sessh implements a lightweight wrapper over the ssh2 crate which makes it easy to connect to and run commands on remote machines.

See Session for more details.

Structsยง

Session
An established SSH session.