summaryrefslogtreecommitdiff
path: root/plugins/ssh-agent/ssh-agent.plugin.zsh
AgeCommit message (Expand)Author
2023-10-18fix(ssh-agent): add error message if `~/.ssh` is not found (#11929)Vishal Sharma
2022-10-03fix(ssh-agent): silence `ssh-add` if quiet mode is enabled (#11201)Marc Cornellà
2021-11-17feat(ssh-agent): add `quiet` option to silence plugin (#9659)Marc Cornellà
2021-10-23fix(ssh-agent): fix check for running `ssh-agent` process with hidepid /proc ...Marc Cornellà
2021-10-11fix(ssh-agent): fix for bad `zstyle` command argumentMarc Cornellà
2021-10-11feat(ssh-agent): allow lazy-loading SSH identities (#6309)Marc Cornellà
2021-09-10Revert "feat(ssh-agent): only start ssh-agent once (#5359)"Marc Cornellà
2021-08-27feat(ssh-agent): allow specifying absolute path to `identities`Marc Cornellà
2021-08-26refactor(ssh-agent): clean up and reorganize codeMarc Cornellà
2021-08-26feat(ssh-agent): only start ssh-agent once (#5359)Marc Cornellà
2021-08-26feat(ssh-agent): allow using external helper to ask for passwords (#7631)Simone Gaiarin
2021-06-14Revert "ssh-agent: improvements (#6309)"Marc Cornellà
2021-06-11ssh-agent: improvements (#6309)Nuno Goncalves
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
2021-03-15feat(ssh-agent): add `ssh-add-args` setting (#7908)Will Boyce
2019-09-08ssh-agent: check if `ssh-add -l` was successfulMarc Cornellà
2019-05-07ssh-agent: consolidate uppercase message (#7834)Jannik
2019-01-21ssh-agent: check for loaded id filenames first (#7521)Marc Cornellà
2019-01-19ssh-agent: add default keys if no zstyle identities were set (#7520)Marc Cornellà
2019-01-14ssh-agent: autoload identities in one go (#7507)Andreas
2019-01-14ssh-agent: use key signatures to check loaded ids (#7504)François Scala
2019-01-09ssh-agent: autoload identities not already loaded (#7174)Marc Cornellà
2018-07-01Use existing ssh-agent when invoking a sudo shell (#3891)Michael Stucki
2016-09-17ssh-agent: check ssh-agent process w/ ps againMarc Cornellà
2016-09-05ssh-agent: fix non-standard process check w/ pgrepMarc Cornellà
2016-09-03Force ssh-agent output to use bourne-style syntaxMarc Cornellà
2016-09-03Simplify PID check of current ssh-agentMarc Cornellà
2016-09-03Clean up formatting of ssh-agent pluginMarc Cornellà
2016-09-03Extract comments into README for ssh-agent pluginMarc Cornellà
2016-09-03Delete useless `/usr/bin/env` in ssh-agentMarc Cornellà
2016-09-03ssh-agent: Use /usr/bin/env to find ssh-addMaximilian Güntner
2016-08-21Clobber ssh environment regardless of setopt (#5322)Piotr Gaczkowski
2014-05-24typo, fixes #1806ncanceill
2014-03-13ssh-agent: prevent environment file from flappingChristian Höltje
2013-11-05Fix bad ps syntax in ssh-agent pluginnishigori
2013-11-04Merge pull request #1529 from aquaplanet/fix-sshagent-openbsdRobby Russell
2013-07-16Fix ssh-agent plugin identities comment for using multiple identities.Armin Widegreen
2013-03-16add ssh-agent option to set default lifetime of identitiesMarcel Wolf
2012-12-30OpenBSD doesn't have -ef flags for ps. Both linux and OpenBSD have -x flags w...Anders Andersson
2011-06-04Add support for loading mulitple identitiesgwjo
2011-06-04Add support for agent forwardinggwjo
2011-03-01ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nf...Theodore Robert Campbell Jr
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that a...Robby Russell