charmbracelet / charm

The Charm Tool and Library 🌟
MIT License
2.4k stars 72 forks source link

Support encrypted ssh keys #107

Open toby opened 2 years ago

toby commented 2 years ago

Currently only unencrypted SSH keys are supported, we should also provide support for password encrypted keys.

aymanbagabas commented 2 years ago

FWIW, keygen now supports password-protected keys.

bashbunni commented 2 years ago

Also sk-protected keys at some point :eyes:

bashbunni commented 2 years ago

Hey @aymanbagabas can I close this issue?

aymanbagabas commented 2 years ago

Hey @aymanbagabas can I close this issue?

No, not yet. The mentioned pr only updates the dependency which now supports encrypted keys but charm still does not support encrypted keys yet.