atsh-lib 0.1.7

autossh/@shell library is used to ssh login and allow automatically login without password
Documentation
1
2
3
4
5
6
mod remote;
mod rssh;
// mod ssh;

pub use remote::Remote;
pub(crate) use remote::Remotes;