[RFE] Multiple ssh-agent support

Peter Stuge peter at stuge.se
Sat Sep 19 03:07:39 AEST 2015


Fabiano Fidêncio wrote:
> A few possible solutions for this would involve a way to support more
> than one agent, talking to both (the local one and the spice one),
> merging then their responses and returning it to any application who
> sent the request. Note that would be really nice if we can limit it to
> do just some operations (like, ssh-add .ssh/id_rsa probably must not
> go to the spice agent).
> 
> But how to do that? What could be a good approach for doing that?

One obvious approach is to create a proxy agent which looks like an
agent to all clients, but which also integrates with SPICE.


//Peter


More information about the openssh-unix-dev mailing list