MCPcopy
hub / github.com/coder/mux / isInteractiveHostKeyApprovalAvailable

Function isInteractiveHostKeyApprovalAvailable

src/node/runtime/sshConnectionPool.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47export function isInteractiveHostKeyApprovalAvailable(): boolean {
48 return sshPromptService?.hasInteractiveResponder() === true;
49}
50
51export function appendOpenSSHHostKeyPolicyArgs(args: string[]): void {
52 if (hostKeyPolicyMode === "strict") {

Callers 1

probeConnectionMethod · 0.85

Calls 1

Tested by

no test coverage detected