MCPcopy
hub / github.com/claude-code-best/claude-code / SSHAuthProxy

Interface SSHAuthProxy

src/ssh/SSHAuthProxy.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { logForDebugging } from 'src/utils/debug.js'
6
7export interface SSHAuthProxy {
8 stop(): void
9}
10
11export interface AuthProxyInfo {
12 proxy: SSHAuthProxy

Callers 8

shutdownFunction · 0.65
lanBeacon.test.tsFile · 0.65
initUpstreamProxyFunction · 0.65
startBunRelayFunction · 0.65
runFunction · 0.65
runHeadlessStreamingFunction · 0.65
stopFunction · 0.65
createSSHSessionFunction · 0.65

Implementers 3

ProcessManagerpackages/acp-link/src/manager/manager.
LanBeaconsrc/utils/lanBeacon.ts
ChromeNativeHostsrc/utils/claudeInChrome/chromeNativeH

Calls

no outgoing calls

Tested by

no test coverage detected