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

Method create_ssh_session

crates/openshell-cli/tests/mtls_integration.rs:137–142  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<CreateSshSessionRequest>,
    )

Source from the content-addressed store, hash-verified

135 }
136
137 async fn create_ssh_session(
138 &self,
139 _request: tonic::Request<CreateSshSessionRequest>,
140 ) -> Result<Response<CreateSshSessionResponse>, Status> {
141 Ok(Response::new(CreateSshSessionResponse::default()))
142 }
143
144 async fn expose_service(
145 &self,

Callers 2

ssh_session_configFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected