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