-
Notifications
You must be signed in to change notification settings - Fork 60.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update adding-a-new-ssh-key-to-your-github-account.md #1063
Conversation
The updated docs that use ed25519 to generate the key are merged. This needs to match those steps
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Thanks for catching that and opening a PR @brockneedscoffee! I'll get this triaged for review 🎉 |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
@janiceilene any updates on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the pull request, @brockneedscoffee! We appreciate the help 🎉
There are a few other places in this file where id_rsa
appears. For consistency, could you also update those? I've added one of them as a suggestion, but there are 4 more further down in the file (in the Windows/Linux sections).
Once you've done that, we can get this merged! Thank you again for you contribution 😊
content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
Outdated
Show resolved
Hide resolved
…o-your-github-account.md Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with the reviewer that it would be better to update all the instances of id_rsa
in this topic, but there are other problems with this topic that need to be fixed to make it usable. So I'm going to merge this as-is.
The changes have been committed
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
In the debian install documentation the instruction to add the timescale GPG key was duplicated, once before adding the repository, and once after. This doesn't cause any issues, but is unnecessary.
The updated docs that use ed25519 to generate the key are merged. This needs to match those steps
Why:
The updated docs introduce in this PR now make these steps incorrect, this just updates the steps to match the key generation now the guidance no longer uses rsa
What's being changed:
I updated the copy step to read:
pbcopy < ~/.ssh/id_ed25519.pub
Check off the following: