MCPcopy
hub / github.com/wavetermdev/waveterm / dialIdentityAgent

Function dialIdentityAgent

pkg/remote/sshagent_unix.go:8–10  ·  view source on GitHub ↗

dialIdentityAgent connects to a Unix domain socket identity agent.

(agentPath string)

Source from the content-addressed store, hash-verified

6
7// dialIdentityAgent connects to a Unix domain socket identity agent.
8func dialIdentityAgent(agentPath string) (net.Conn, error) {
9 return net.Dial("unix", agentPath)
10}

Callers 3

createClientConfigFunction · 0.70

Calls

no outgoing calls

Tested by 2