Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const MaxMessageLen = 8192
Maximum size of message can be sent to pageant
Variables ¶
View Source
var ( ErrPageantNotFound = errors.New("pageant process not found") ErrSendMessage = errors.New("error sending message") ErrMessageTooLong = errors.New("message too long") ErrInvalidMessageFormat = errors.New("invalid message format") ErrResponseTooLong = errors.New("response too long") )
Functions ¶
Types ¶
type PageantAgent ¶
func New ¶
func New() *PageantAgent
New returns new ssh-agent instance (see http://golang.org/x/crypto/ssh/agent)
func (*PageantAgent) LoadHackCertificate ¶
func (p *PageantAgent) LoadHackCertificate(c string) error
Click to show internal directories.
Click to hide internal directories.