Add SSH_AGENT option to change ssh-agent per identity#54
Add SSH_AGENT option to change ssh-agent per identity#54kgraefe wants to merge 1 commit intoccontavalli:masterfrom
Conversation
Signed-off-by: Konrad Gräfe <konradgraefe@aol.com>
|
Hi kgraefe, is that ssh-pageant Cygwin package compatible to OpenSSH's P.S.: Your latest PR for this is #54 |
|
Side note: When using a Plink/Pageant from Putty on Windows then you can use the renamed host approach from the git FAQ. |
|
Yes, ssh-pageant is a drop-in replacement for ssh-agent. |
|
Created a feature branch at https://github.com/maddes-b/ssh-ident/tree/feature-ssh-agent-per-identity |
|
No thanks. I use my own fork which works quite well for me. |
My use-case is that when using Cygwin on Windows I want my "main" identity to be added to PuTTY's Pageant so that I can use it with PuTTY, WinSCP and friends. This is achieved by using ssh-pageant from Cygwin rather than ssh-agent which is the OpenSSH one.
Now the Pageant is implemented in a way that does not allow it to run multiple agents at the same time. Hence, I need to use the OpenSSH agent for the other identities.