atsh-lib 0.1.6

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

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