Skip to content
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

RStudio now defaults to ed25519 algorithm for ssh keys #223

Open
jacpete opened this issue Nov 6, 2023 · 0 comments
Open

RStudio now defaults to ed25519 algorithm for ssh keys #223

jacpete opened this issue Nov 6, 2023 · 0 comments

Comments

@jacpete
Copy link

jacpete commented Nov 6, 2023

Caveat mentioned at https://happygitwithr.com/ssh-keys#from-rstudio no longer applies. RStudio defaults to keys with the ed25519 algorithm.

Caveat: RStudio only looks for a key pair named id_rsa and id_rsa.pub. This makes sense, because historically that has been the most common.

However, these days both GitHub and GitLab are encouraging users to generate SSH keys with the Ed25519 algorithm, which results in a key pair named id_ed25519 and id_ed25519.pub. At the time of writing, RStudio will not display such a key pair, which can be confusing. Therefore, it’s probably a good idea to also check for existing keys in the shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant