easyssh 0.2.7

make ssh easy - hosts, keys, tunnels, mounts and file copies in one CLI + TUI
1
2
3
4
5
6
7
8
9
//! The thin CLI surface. By design only the handful of actions where *typing
//! beats pointing* live here - connect, list, copy. Everything you'd otherwise
//! have to look up (keys, tunnels, mounts, adding hosts) lives in the TUI, where
//! there's nothing to memorize.

pub mod connect;
pub mod cp;
pub mod ls;
pub mod update;