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