Re: [Note:] ssh agent forwarding

2016-07-28 Thread Christopher
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

Re: [Note:] ssh agent forwarding

2016-07-28 Thread Gordon Messmer
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