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

Method Lock

internal/agent/secure_agent.go:229–229  ·  view source on GitHub ↗
(passphrase []byte)

Source from the content-addressed store, hash-verified

227func (a *secureAgent) Remove(pubkey ssh.PublicKey) error { return errors.New("unsupported") }
228func (a *secureAgent) RemoveAll() error { return nil }
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

Callers 3

unlockSeedMethod · 0.80
UnlockMasterKeyMethod · 0.80
ClearCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected