Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
import
{ logForDebugging } from
'src/utils/debug.js'
6
7
export
interface
SSHAuthProxy {
8
stop(): void
9
}
10
11
export
interface
AuthProxyInfo {
12
proxy: SSHAuthProxy
Callers
8
shutdown
Function · 0.65
lanBeacon.test.ts
File · 0.65
initUpstreamProxy
Function · 0.65
startBunRelay
Function · 0.65
run
Function · 0.65
runHeadlessStreaming
Function · 0.65
stop
Function · 0.65
createSSHSession
Function · 0.65
Implementers
3
ProcessManager
packages/acp-link/src/manager/manager.
LanBeacon
src/utils/lanBeacon.ts
ChromeNativeHost
src/utils/claudeInChrome/chromeNativeH
Calls
no outgoing calls
Tested by
no test coverage detected