search for: _unlink_

Displaying 2 results from an estimated 2 matches for "_unlink_".

Did you mean: _unlink
2015 Sep 18
4
[RFE] Multiple ssh-agent support
...ype that allows to do ssh-agent forward between a guest, using SPICE, and a spice client (remote-viewer/virt-viewer/spicy) The whole idea is to have something similar to "ssh -A guest", but integrated with the desktop environment. As a proof of concept I wrote a standalone ssh-agent that _unlink_ the current running agent in the guest machine and creates its socket in the same path used by the old agent. It works as you can see in these small demo videos: https://fidencio.fedorapeople.org/ssh-agent-forward/ Now where the problem starts: doing this would break the desktop integration with i...
2015 Sep 19
2
[RFE] Multiple ssh-agent support
...een a guest, using SPICE, and a spice client >> (remote-viewer/virt-viewer/spicy) >> The whole idea is to have something similar to "ssh -A guest", but >> integrated with the desktop environment. >> >> As a proof of concept I wrote a standalone ssh-agent that _unlink_ the >> current running agent in the guest machine and creates its socket in >> the same path used by the old agent. > > unlinking the socket seems a bit overkill. You could play with > SSH_AUTH_SOCK Playing with SSH_AUTH_SOCK may be a bit problematic. As far as I understand it...