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

Method Remove

internal/agent/secure_agent.go:227–227  ·  view source on GitHub ↗
(pubkey ssh.PublicKey)

Source from the content-addressed store, hash-verified

225
226func (a *secureAgent) Add(key xagent.AddedKey) error { return errors.New("unsupported") }
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 }

Callers 4

writeSSHConfigLinesFunction · 0.80
StartWithOptionsFunction · 0.80
startAgentFunction · 0.80
cmdRemoveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected