Registry / auth / xanzy-ssh-agent

xanzy-ssh-agent

JSON →
library0.3.3gogounverified

Package ssh-agent provides a Go interface to the SSH agent protocol.

go get github.com/xanzy/ssh-agent
INSTALL
IMPORT
SIG · XANZY-SSH-AGENT
X
xanzy-ssh-agent
authgov0.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sshagent
github.com/xanzy/ssh-agent

Connect to the SSH agent and print a confirmation.

package main import ( "fmt" "github.com/xanzy/ssh-agent" ) func main() { agent, err := sshagent.New() if err != nil { panic(err) } defer agent.Close() fmt.Println("SSH agent connected") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources
xanzy-ssh-agent — go get xanzy-ssh-agent · libregistry