Allow Renaming SSH Key Titles #204778
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Agreed this should just be editable — but until it is, the workaround takes about 20 seconds and loses nothing: delete the key entry and re-add the same public key with the title you want (Settings → SSH and GPG keys → Delete, then New SSH key, paste the same Because the key material is unchanged, nothing else breaks: your local setup,
Your feature ask is still valid — a label edit shouldn't require delete/re-add at all, and the suggestion to show naming-convention hints at creation time is a nice touch (most people end up with "My Key" and three "work laptop"s). But nobody should stay stuck with a bad title in the meantime. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Other
Body
What are you trying to do?
I want to rename the title of an existing SSH key after adding it to my GitHub account.
What did you expect to happen?
I expected to be able to edit the SSH key title at any time, since it is only used as a label for identification.
For example, a user might initially give a key a temporary name while practicing or testing, then later decide to use it as their primary key and want to rename it to something more descriptive.
Additionally, a short description and a few example naming conventions when adding an SSH key could help users choose clearer titles from the beginning.
What happened instead?
Currently, SSH key titles cannot be edited. The only way to change a title is to delete the key and add it again.
Any links/screenshots?
No.
All reactions