pub async fn ssh_exec( client: &Arc<Mutex<SshClient>>, config: &ShuttleConfig, params: &Value, ) -> Result<Value>
Execute a single command on a remote host.