Frédéric Combes
21e0372b7d
fix(ssh): Use LOGNAME instead of USER or (id -un)
2014-12-16 09:17:41 +01:00
Frédéric Combes
5eb33e13b9
fix(module/ssh): Fix error when enable module
...
USER is replace by 'id -un' to avoid error due to the USER no set
2014-12-16 09:16:49 +01:00
Ralph von der Heyden
3cb1f7c4c9
Inform how to add SSH identities to Keychain
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2014-11-11 22:52:40 -05:00
Sorin Ionescu
a84ac5b002
Only one newline at end of file
2014-10-09 23:38:15 -04:00
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>
2014-10-05 21:44:20 -04:00
Sorin Ionescu
57b283facd
[ Fix #514 ] Use /tmp when $TMPDIR is undefined
2014-01-03 14:20:32 -05:00
Sorin Ionescu
a4bacb8bb9
[ Fix #479 ] Start only one ssh-agent instance
2013-09-26 14:46:21 -04:00
Sorin Ionescu
d817e80741
[ Fix #452 ] Squash bugs introduced in fcab2a1
2013-08-09 17:02:38 -04:00
Sorin Ionescu
fcab2a1713
[ Fix #425 ] Rewrite module ssh-agent; rename it to ssh
2013-05-18 19:27:40 -04:00