summaryrefslogtreecommitdiff
path: root/plugins/ssh-agent/ssh-agent.plugin.zsh
AgeCommit message (Collapse)Author
2014-05-24typo, fixes #1806ncanceill
2014-03-13ssh-agent: prevent environment file from flappingChristian Höltje
On an OS X laptop, the variable `$HOST` changes a lot depending on what wifi network you're connected to. This causes a lot of `~/.ssh/environment-$HOST` files to be created and causes multiple ssh-agents to created. Instead, use `scutil --get ComputerName` to get something more stable.
2013-11-05Fix bad ps syntax in ssh-agent pluginnishigori
2013-11-04Merge pull request #1529 from aquaplanet/fix-sshagent-openbsdRobby Russell
Fix ssh-agent plugin for OpenBSD, making it more portable
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
By default, ssh-agent stores identities forever. It has an option to set a maximum lifetime for identites (useful to expire passphrase protected keys). Allow this option to be set using: zstyle :omz:plugins:ssh-agent lifetime <time>
2012-12-30OpenBSD doesn't have -ef flags for ps. Both linux and OpenBSD have -x flags ↵Anders Andersson
which works just as greate here
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 ↵Theodore Robert Campbell Jr
nfs shared homes.
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.