[][src]Crate sessh

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.