{"id":20645856,"url":"https://github.com/victorboissiere/ssh-agent-setup","last_synced_at":"2025-06-21T07:36:32.620Z","repository":{"id":78087506,"uuid":"126234060","full_name":"victorboissiere/ssh-agent-setup","owner":"victorboissiere","description":"Helper script to quickly add ssh-agent process persistence to .bashrc and .zshrc","archived":false,"fork":false,"pushed_at":"2018-04-06T19:15:28.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T09:35:25.386Z","etag":null,"topics":["bash-script","bashrc","devops","server","ssh"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victorboissiere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-21T20:04:19.000Z","updated_at":"2018-04-06T19:15:30.000Z","dependencies_parsed_at":"2023-03-19T02:04:47.481Z","dependency_job_id":null,"html_url":"https://github.com/victorboissiere/ssh-agent-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorboissiere%2Fssh-agent-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorboissiere%2Fssh-agent-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorboissiere%2Fssh-agent-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorboissiere%2Fssh-agent-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorboissiere","download_url":"https://codeload.github.com/victorboissiere/ssh-agent-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242714050,"owners_count":20173581,"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":["bash-script","bashrc","devops","server","ssh"],"created_at":"2024-11-16T16:22:25.090Z","updated_at":"2025-03-09T15:56:59.980Z","avatar_url":"https://github.com/victorboissiere.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSH Agent Setup\n\nSmall utility script to help you setup ssh-agent process persistence.\nThanks to Wayne Walker for his awesome work!\n\n\n## How to use\n\n```bash\n# Download helper script\nwget https://raw.githubusercontent.com/victorboissiere/ssh-agent-setup/master/setup.sh\n# Add right permissions\nchmod +x setup.sh\n# Run setup\n./setup.sh\n# Delete script\nrm setup.sh\n```\n\nThis will basically add to your `.zshrc` and `.bashrc` files the following:\n\n```bash\n. .ssh/ssh-find-agent.sh\nssh-find-agent -a || eval $(ssh-agent) \u003e /dev/null\n```\n\nYou can learn more on wwalker [project](https://github.com/wwalker/ssh-find-agent).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorboissiere%2Fssh-agent-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorboissiere%2Fssh-agent-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorboissiere%2Fssh-agent-setup/lists"}