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

Method create_ssh_session

crates/openshell-server/src/grpc/mod.rs:311–316  ·  view source on GitHub ↗
(
        &self,
        request: Request<CreateSshSessionRequest>,
    )

Source from the content-addressed store, hash-verified

309
310 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
311 async fn create_ssh_session(
312 &self,
313 request: Request<CreateSshSessionRequest>,
314 ) -> Result<Response<CreateSshSessionResponse>, Status> {
315 sandbox::handle_create_ssh_session(&self.state, request).await
316 }
317
318 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
319 async fn expose_service(

Callers 3

handle_shell_connectFunction · 0.45
handle_exec_commandFunction · 0.45
start_port_forwardsFunction · 0.45

Calls 1

Tested by

no test coverage detected