Skip to content
Commit 8db2b978 authored by Stef Walter's avatar Stef Walter Committed by Daiki Ueno
Browse files

ssh-agent: Use stock ssh-agent



This patch removes our own implementation of ssh-agent and switches to
using the ssh-agent program provided by OpenSSH.  We can't simply drop
the ssh-agent functionality from gnome-keyring, as it enables the
following:

 * Automatic loading and unlocking of keys
 * Prompting in the UI

Instead we wrap the ssh-agent program as a subprocess and augment
the protocol as we need.

Co-authored-by: default avatarDaiki Ueno <dueno@src.gnome.org>

https://bugzilla.gnome.org/show_bug.cgi?id=775981
parent 43f9d81d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment