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-shell). If you weren't doing that in the past, then the ssh-agent
you invoked without "eval" wasn't the ssh-agent you were actually
using. GNOME provides its own agent, for instance, and you may have
been using that.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org