Shea690901
51c4ff6de4
feat(module/ssh): add globbing for ssh-add param
...
fixes #2000
Signed-off-by: Shea690901 <ginny690901@hotmail.de>
2 years ago
Texas Toland
ff91c8d410
Make .zcomp* location configurable ( #1842 )
4 years ago
Kaleb Elwert
109864429c
ssh: fix loading of ssh identities when none are explicitly defined
7 years ago
Kaleb Elwert
63310f6403
ssh: update SSH_ASKPASS workaround to more closely match what ssh-add needs
...
Fixes #1478
7 years ago
Mauro Locatelli
7b5196ca66
ssh: check ssh-askpass presence under Linux
...
Check the presence of `ssh-askpass`, if `/usr/lib/ssh/x11-ssh-askpass`
is present I use it otherwise I require the passphrase in the standard
method
7 years ago
Philipp A
5ef10f7658
Fixed ssh-add not using SSH_ASKPASS
7 years ago
Kaleb Elwert
658fffb3a6
Allow ssh module to run on OSX
8 years ago
Mathieu Chataigner
876f426581
Update ssh module for multi session hosts
...
create ssh_agent_env with current user id in file name to avoid collisions with other users
create ssh_agent_sock with current user id in file name to avoid collisions with other users
8 years ago
Sorin Ionescu
88aee30ae8
[ Fix #762 ] Use $LOGNAME instead of $USER
...
$USER is deprecated.
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Kyle Manna
3e88b8bcdc
Set default SSH_AGENT_PID for grep
...
If `SSH_AGENT_PID` is unset, grep will succeed if another ssh-agent is
running as it will match the string `ssh-agent` where the PID was an
empty string. Set a default value for grep to a value that will never
match if unset, i.e. -1.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Sorin Ionescu
57b283facd
[ Fix #514 ] Use /tmp when $TMPDIR is undefined
11 years ago
Sorin Ionescu
a4bacb8bb9
[ Fix #479 ] Start only one ssh-agent instance
11 years ago
Sorin Ionescu
d817e80741
[ Fix #452 ] Squash bugs introduced in fcab2a1
11 years ago
Sorin Ionescu
fcab2a1713
[ Fix #425 ] Rewrite module ssh-agent; rename it to ssh
12 years ago