Skip to main content

ssh_exec

Function ssh_exec 

Source
pub async fn ssh_exec(
    client: &Arc<Mutex<SshClient>>,
    config: &ShuttleConfig,
    params: &Value,
) -> Result<Value>
Expand description

Execute a single command on a remote host.