Feature/ssh (#382)

* wip ssh feature

* add and remove complete, list remains

* list half way done

* should finish the ssh module completely

* minor fixes

* formatting and offline queries

Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
Keagan McClelland
2021-08-05 12:01:01 -06:00
committed by Aiden McClelland
parent a1f1dc2ce7
commit 1059ccfc96
7 changed files with 311 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ pub mod migration;
pub mod net;
pub mod registry;
pub mod s9pk;
pub mod ssh;
pub mod status;
pub mod util;
pub mod version;