{"id":50055,"library":"xanzy-ssh-agent","title":"SSH Agent","description":"Package ssh-agent provides a Go interface to the SSH agent protocol.","status":"active","version":"0.3.3","language":"go","source_language":null,"source_url":"https://github.com/xanzy/ssh-agent","tags":["ssh","agent","authentication","security"],"install":[{"cmd":"go get github.com/xanzy/ssh-agent","lang":"bash","label":"Install github.com/xanzy/ssh-agent"}],"dependencies":[],"imports":[{"symbol":"sshagent","correct":"github.com/xanzy/ssh-agent"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/xanzy/ssh-agent\"\n)\n\nfunc main() {\n\tagent, err := sshagent.New()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer agent.Close()\n\tfmt.Println(\"SSH agent connected\")\n}","lang":"go","description":"Connect to the SSH agent and print a confirmation."},"warnings":[],"env_vars":null,"search_vec":"'agent':2,6,14,17 'authent':18 'go':9 'interfac':10 'packag':3 'protocol':15 'provid':7 'secur':19 'ssh':1,5,13,16 'ssh-agent':4","created_at":"2026-06-15T04:38:44.440221+00:00","updated_at":"2026-06-15T04:38:44.440221+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/xanzy/ssh-agent","github":"https://github.com/xanzy/ssh-agent","docs":"https://pkg.go.dev/github.com/xanzy/ssh-agent#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}