mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
enable ssh
This commit is contained in:
committed by
Aiden McClelland
parent
123bdfd658
commit
e7a594b48d
@@ -70,6 +70,7 @@ pub fn echo(#[arg] message: String) -> Result<String, RpcError> {
|
||||
net::net,
|
||||
auth::auth,
|
||||
db::db,
|
||||
ssh::ssh,
|
||||
))]
|
||||
pub fn main_api() -> Result<(), RpcError> {
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user