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

Update docs: ssh-keys.md #9151

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

sekedus
Copy link
Contributor

@sekedus sekedus commented Aug 5, 2024

Summary

Doc: Generate and Add SSH Keys


Add -m PEM to ssh-keygen -t rsa

Run ssh-keygen -t rsa -m PEM to generate a new RSA key pair, and the private key is saved in PEM format.

This format is sometimes required for compatibility with certain software or systems, and fix error invalid privatekey: [B@12a3456b

More: "Invalid privatekey" when using JSch

@sekedus sekedus requested a review from a team as a code owner August 5, 2024 09:43
@rachelwhitton
Copy link
Member

Tested this with @jazzsequence and it worked as expected. Thank you!

@rachelwhitton rachelwhitton merged commit 750835a into pantheon-systems:main Aug 7, 2024
1 of 3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants