{"id":21519804,"url":"https://github.com/hkupty/ssh-agent","last_synced_at":"2025-04-09T22:10:20.482Z","repository":{"id":54821064,"uuid":"73847136","full_name":"hkupty/ssh-agent","owner":"hkupty","description":"zsh ssh agent plugin","archived":false,"fork":false,"pushed_at":"2024-03-10T14:55:06.000Z","size":12,"stargazers_count":12,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T23:51:36.033Z","etag":null,"topics":["ssh-agent","zsh-plugin"],"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/hkupty.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}},"created_at":"2016-11-15T19:18:45.000Z","updated_at":"2024-06-05T04:29:46.000Z","dependencies_parsed_at":"2022-08-14T03:50:33.242Z","dependency_job_id":null,"html_url":"https://github.com/hkupty/ssh-agent","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/hkupty%2Fssh-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkupty%2Fssh-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkupty%2Fssh-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkupty%2Fssh-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hkupty","download_url":"https://codeload.github.com/hkupty/ssh-agent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"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":["ssh-agent","zsh-plugin"],"created_at":"2024-11-24T01:00:16.104Z","updated_at":"2025-04-09T22:10:20.448Z","avatar_url":"https://github.com/hkupty.png","language":"Shell","readme":"# ssh-agent plugin\n\nThis plugin starts automatically `ssh-agent` to set up and load whichever\ncredentials you want for ssh connections.\n\nTo enable it, add `ssh-agent` to your plugins:\n\n```zsh\nplugins=(... ssh-agent)\n```\n\n## Instructions\n\nTo enable **agent forwarding support** add the following to your zshrc file:\n\n```zsh\nzstyle :omz:plugins:ssh-agent agent-forwarding on\n```\n\nTo **load multiple identities** use the `identities` style, For example:\n\n```zsh\nzstyle :omz:plugins:ssh-agent identities id_rsa id_rsa2 id_github\n```\n\nTo **set the maximum lifetime of the identities**, use the `lifetime` style.\nThe lifetime may be specified in seconds or as described in sshd_config(5)\n(see _TIME FORMATS_). If left unspecified, the default lifetime is forever.\n\n```zsh\nzstyle :omz:plugins:ssh-agent lifetime 4h\n```\n\n## Credits\n\nBased on code from Joseph M. Reagle: http://www.cygwin.com/ml/cygwin/2001-06/msg00537.html\n\nAgent-forwarding support based on ideas from Florent Thoumie and Jonas Pfenniger\n","funding_links":[],"categories":["Completions"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhkupty%2Fssh-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhkupty%2Fssh-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhkupty%2Fssh-agent/lists"}