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

Method Signers

internal/agent/secure_agent.go:231–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229func (a *secureAgent) Lock(passphrase []byte) error { return nil }
230func (a *secureAgent) Unlock(passphrase []byte) error { return nil }
231func (a *secureAgent) Signers() ([]ssh.Signer, error) { return nil, errors.New("unsupported") }
232
233func jsonUnmarshal(b []byte, v interface{}) error { return json.Unmarshal(b, v) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected