Marc Cornellà
cb0833ac13
Clean up formatting of ssh-agent plugin
10 years ago
Marc Cornellà
b60acddefe
Extract comments into README for ssh-agent plugin
10 years ago
Marc Cornellà
81e73e3d18
Delete useless `/usr/bin/env` in ssh-agent
10 years ago
Maximilian Güntner
0c60f421cb
ssh-agent: Use /usr/bin/env to find ssh-add
...
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>
10 years ago
Piotr Gaczkowski
24ac1aa348
Clobber ssh environment regardless of setopt ( #5322 )
10 years ago
ncanceill
2c19c0e59e
typo, fixes #1806
12 years ago
Christian Höltje
cfe468f6f6
ssh-agent: prevent environment file from flapping
...
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.
12 years ago
nishigori
dd4f57010c
Fix bad ps syntax in ssh-agent plugin
13 years ago
Armin Widegreen
5c529b5daa
Fix ssh-agent plugin identities comment for using multiple identities.
13 years ago
Marcel Wolf
2a1c9ff340
add ssh-agent option to set default lifetime of identities
...
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>
13 years ago
Anders Andersson
1f4bb8deb7
OpenBSD doesn't have -ef flags for ps. Both linux and OpenBSD have -x flags which works just as greate here
14 years ago
gwjo
40b7f2099d
Add support for loading mulitple identities
15 years ago
gwjo
35b879a17b
Add support for agent forwarding
15 years ago
Theodore Robert Campbell Jr
9d991a5080
ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes.
16 years ago
Robby Russell
26d97a9355
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
16 years ago