(passphrase []byte)
| 227 | func (a *secureAgent) Remove(pubkey ssh.PublicKey) error { return errors.New("unsupported") } |
| 228 | func (a *secureAgent) RemoveAll() error { return nil } |
| 229 | func (a *secureAgent) Lock(passphrase []byte) error { return nil } |
| 230 | func (a *secureAgent) Unlock(passphrase []byte) error { return nil } |
| 231 | func (a *secureAgent) Signers() ([]ssh.Signer, error) { return nil, errors.New("unsupported") } |
| 232 |
no outgoing calls
no test coverage detected