tetractic / SK-SSH-Agent

An SSH agent that supports using FIDO/U2F security keys with PuTTY and OpenSSH for Windows.
GNU General Public License v3.0
22 stars 1 forks source link

Idea: Make SK SSH Agent remember Keys #3

Open SteinMalte opened 1 year ago

SteinMalte commented 1 year ago

Hello, Sorry for submitting this as an issue but I didn't know where else I could write this. Like the title says I had the idea of SK SSH Agent remembering which keys have been loaded previously so that one would not have to add them manually every time. I know that I could add the paths as startup argument but that is quite uncomfortable too and it would not be startable from task bar. Would be very happy to see this in any further updates even though I'm not sure how frequently maintained this is. Thanks for the agent man, it's the only solution I could find to putty with sk ssh keys. Keep up the great work! Malte

carlreinke commented 1 year ago

I'm not convinced that the benefits are worth the added complexity.

What I do is create a shortcut in the shell:startup directory and make the target of the shortcut something like "C:\Program Files\SK SSH Agent\SKSshAgent.exe" "C:\Users\carl\.ssh\id_ecdsa". That way, it starts up in the background with the key loaded.

solracsf commented 4 months ago

@carlreinke does this method supports loading multiple keys with multiple arguments?

EDIT: It works with multiple args 🥳