{"id":20962170,"url":"https://github.com/haarcuba/ssh-agent-setup","last_synced_at":"2025-05-14T07:31:17.718Z","repository":{"id":41844265,"uuid":"101164563","full_name":"haarcuba/ssh-agent-setup","owner":"haarcuba","description":"set up a working ssh-agent and add keys for any sub-processes you want to run in Python","archived":false,"fork":false,"pushed_at":"2023-02-11T00:37:11.000Z","size":35,"stargazers_count":20,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T15:05:28.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haarcuba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-23T09:47:27.000Z","updated_at":"2025-02-05T14:33:37.000Z","dependencies_parsed_at":"2023-01-21T21:01:51.681Z","dependency_job_id":null,"html_url":"https://github.com/haarcuba/ssh-agent-setup","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haarcuba%2Fssh-agent-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haarcuba%2Fssh-agent-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haarcuba%2Fssh-agent-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haarcuba%2Fssh-agent-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haarcuba","download_url":"https://codeload.github.com/haarcuba/ssh-agent-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254094894,"owners_count":22013653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T02:23:48.620Z","updated_at":"2025-05-14T07:31:13.363Z","avatar_url":"https://github.com/haarcuba.png","language":"Python","readme":"# SSH Agent Setup\n\nSometimes you want to run some SSH subprocesses. It is convenient to use `ssh-agent` to hold your keys instead of passing them as arguments to said subprocesses. However, `ssh-agent` is not always available with zero configuration, due to various environment issues. This library offers an easy way to make sure you have `ssh-agent` at your disposal.\n\n# Installation\n\n    pip install ssh-agent-setup\n\n# Features\n\nMake sure `ssh-agent` is available (start one if needed)\n\n```python\nimport ssh_agent_setup\nssh_agent_setup.setup()\n```\n\nAdd a private key (and identity) to the `ssh-agent`:\n\n```python\nssh_agent_setup.add_key( '/path/to/my_key_rsa' )\n```\n\nIf an `ssh-agent` was started by `ssh_agent_setup`, it will be killed when the process exists via `atexit`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaarcuba%2Fssh-agent-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaarcuba%2Fssh-agent-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaarcuba%2Fssh-agent-setup/lists"}