Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-17 | ssh-agent: check ssh-agent process w/ ps again | Marc Cornellà | |
The alternative is using tools that aren't available everywhere. The latest report is that cygwin/msys2 doesn't have pgrep. Fixes #5418. | |||
2016-09-05 | ssh-agent: fix non-standard process check w/ pgrep | Marc Cornellà | |
Confirmed to work on MacOS, OpenBSD, Solaris and busybox. | |||
2016-09-03 | Force ssh-agent output to use bourne-style syntax | Marc Cornellà | |
On systems where the shell cannot be changed because of a strict security policy, ssh-agent will use the syntax of whatever the default $SHELL is. For instance, if the default shell is tcsh, ssh-agent will use the c-shell style (setenv). This change forces ssh-agent to use bourne-style syntax since that has to be later interpreted by zsh. Consequently, the environment file will contain `export' statements from now on (instead of `setenv'). | |||
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 | |
This change is important when ssh-add is not inside /usr/bin e.g. on NixOS. Signed-off-by: Maximilian Güntner <code@maschinenpsychologe.de> | |||
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 | |
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-05 | Fix bad ps syntax in ssh-agent plugin | nishigori | |
2013-11-04 | Merge pull request #1529 from aquaplanet/fix-sshagent-openbsd | Robby Russell | |
Fix ssh-agent plugin for OpenBSD, making it more portable | |||
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 | |
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-30 | OpenBSD doesn't have -ef flags for ps. Both linux and OpenBSD have -x flags ↵ | Anders Andersson | |
which works just as greate here | |||
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 ↵ | Theodore Robert Campbell Jr | |
nfs shared homes. | |||
2010-09-30 | Reorganizing plugins so that each plugin has it's own directory now so that ↵ | Robby Russell | |
any plugin-specific functions can be bundled within there. |