On Thu, Jul 28, 2016 at 10:24 PM Gordon Messmer
wrote:
> On 07/28/2016 06:34 PM, Mike Wright wrote:
> > Usually I start it like this:
> > ssh-agent
> > The solution was to invoke ssh-agent differently:
> > eval `ssh-agent -s`
>
> Yes, that's normal. You need to either eval the output of ssh-agen
On 07/28/2016 06:34 PM, Mike Wright wrote:
Usually I start it like this:
ssh-agent
The solution was to invoke ssh-agent differently:
eval `ssh-agent -s`
Yes, that's normal. You need to either eval the output of ssh-agent or
it must be the parent process of your shell. (e.g. ssh-agent
gnome