-
Notifications
You must be signed in to change notification settings - Fork 60k
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
Change SSH key generation instructions to use the Ed25519 algorithm #876
Comments
I'd like to take this if no one else has 👋 |
This is a follow-up on github#876 (comment) to address another article affected. Changes proposed are to align with the article "Generating a new SSH key and adding it to the ssh-agent".
* Update working-with-ssh-key-passphrases.md This is a follow-up on #876 (comment) to address another article affected. Changes proposed are to align with the article "Generating a new SSH key and adding it to the ssh-agent". * Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md * Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md * Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md * Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md Co-authored-by: hubwriter <[email protected]>
Just to be 100% sure: Is Ed25519 now fully supported by Github? When I wrote some docs about this 3 years ago it was not. I recommended people using RSA4k, but if that changed, I will also recommend Ed25519. |
@NicoHood - yes, we support SSH keys generated using the Ed25519 algorithm. |
This is a follow-up to pull request #362, raised by @timball, which changed the recommended key signature algorithm from RSA to the more secure Ed25519.
There are another couple of topics that we should also update to match.
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
"Monitoring cluster nodes"
to:
to:
Note that the blank lines in the above (after the opening note tag and before the closing tag) are required.
At the end of step 3, change
ssh-rsa AAAA....
tossh-ed25519 AAAA....
Change all instances of
id_rsa
in the rest of the page toid_ed25519
"Creating a pre-receive hook script"
to:
to:
to:
to:
to:
The text was updated successfully, but these errors were encountered: