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
Hi all,
There was a thread on here recently about ssh agent forwarding. Usually
I start it like this:
ssh-agent
ssh-add
I came across a situation where I couldn't establish a connection to the
agent when I tried to "ssh-add" my keys. ssh-agent had been executed
already. It had somehow b