pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 13 forks source link

[feature] Try to add ed25519 SSH key by default #311

Closed dale-c-anderson closed 3 years ago

dale-c-anderson commented 3 years ago

Is your feature request related to a problem? Please describe. The only place I use RSA keys any more are those where ed25519 isn't supported. Consequently, I have to manually add my ed25519 key every time I fire up pygmy, which means I have to type my big-secure-but-painful-password twice. I'm lazy, and I don't like all that typing.

Describe the solution you'd like Either have pygmy try to add my ed25519 by default, just like it does for rsa, or have something like a ".pygmy" defaults file that lets me tell pygmy which key(s) I want loaded into the agent.

Describe alternatives you've considered The only alternative I know of is to go back to using RSA keys exclusively. But come on. What year is this?

dale-c-anderson commented 3 years ago

Nevermind. This already exists! Just not in the ruby gem version which i'm still using :facepalm: