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

fix: Updates SSH command to use PEM format #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

megaconfidence
Copy link

The example command in the docs uses the OPENSSH format which is not supported by Caprover and leads to deployment issues. This PR updates the example comand to use the PEM format.

@githubsaturn
Copy link
Collaborator

@megaconfidence - thanks for the PR. But what makes you think that this format is not supported by CapRover?

It's been the recommended format since a few years ago. See this:
caprover/caprover#1265 (comment)

@megaconfidence
Copy link
Author

@githubsaturn I've been trying to set up CapRover for two days straight, and was blocked by this issue

The docs clearly state only the PEM format is supported, but then goes on to give an example using the unsupported OPENSSH format, which lead to my blocker. I could have concluded the product was broken and dropped off at that point, but I was able to figure my way out

I raised this PR so that the next person doesn't have to bang their head on the wall

image

@githubsaturn
Copy link
Collaborator

githubsaturn commented May 24, 2023

ed25519 is the cipher, PEM is the format.

But that's weird that you generated a key pair using ed25519 and it didn't work. I'll be more than happy to take a look at it.

Would you mind creating a key pair using the exiting command in the docs and upload it somewhere so I can look at it?

Just to be confirm, you're using this key just for the purpose of deploying from github, right?

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.

None yet

2 participants