Categorygithub.com/caarlos0/go-sshagent
modulepackage
0.0.4
Repository: https://github.com/caarlos0/go-sshagent.git
Documentation: pkg.go.dev

# README

go-sshagent

Package go-sshagent provides a simple SSH Agent implementation, written in Go, mainly to be used within tests.

Build Status Coverage Status

# Functions

New create a new agent with the given signers.

# Structs

Agent is the ssh agent implementation.
ErrUnsupportedOperation is returned on operations that are not implemented.