Documentation
¶
Index ¶
- func NewMuxAgent(targets []Agent) agent.Agent
- type Agent
- type MuxAgent
- func (m *MuxAgent) Add(key agent.AddedKey) error
- func (m *MuxAgent) List() ([]*agent.Key, error)
- func (m *MuxAgent) Lock(passphrase []byte) error
- func (m *MuxAgent) Remove(key ssh.PublicKey) error
- func (*MuxAgent) RemoveAll() error
- func (m *MuxAgent) Sign(key ssh.PublicKey, data []byte) (*ssh.Signature, error)
- func (m *MuxAgent) Signers() ([]ssh.Signer, error)
- func (m *MuxAgent) Unlock(passphrase []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMuxAgent ¶
Types ¶
type Agent ¶
func MustNewAgent ¶
Click to show internal directories.
Click to hide internal directories.