MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / sandbox_connect

Function sandbox_connect

crates/openshell-cli/src/ssh.rs:281–283  ·  view source on GitHub ↗

Connect to a sandbox via SSH.

(server: &str, name: &str, tls: &TlsOptions)

Source from the content-addressed store, hash-verified

279
280/// Connect to a sandbox via SSH.
281pub async fn sandbox_connect(server: &str, name: &str, tls: &TlsOptions) -> Result<()> {
282 sandbox_connect_with_mode(server, name, tls, true).await
283}
284
285pub(crate) async fn sandbox_connect_without_exec(
286 server: &str,

Callers 2

mainFunction · 0.85
sandbox_createFunction · 0.85

Calls 1

Tested by

no test coverage detected