MCPcopy Create free account
hub / github.com/Mister-leo/fssh / Start

Function Start

internal/agent/server.go:21–21  ·  view source on GitHub ↗
(socketPath string)

Source from the content-addressed store, hash-verified

19}
20
21func Start(socketPath string) error { return StartWithOptions(socketPath, true, 0) }
22
23func StartWithOptions(socketPath string, requireTouchPerSign bool, ttlSeconds int) error {
24 log.Info("启动 fssh SSH 认证代理", nil)

Callers

nothing calls this directly

Calls 1

StartWithOptionsFunction · 0.85

Tested by

no test coverage detected