Skip to content

How do you create a ssh key with write access? #51

Answered by kelvintaywl
carlosjgp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @carlosjgp

sorry for the late follow-up.
I had just come back from parental leave. 👶

were you able to resolve this?

otherwise, please allow me to try to address your question 😄

There are 2 types of SSH keys you can create for a CircleCI project:

  1. a checkout key (used to git clone your repo)
  2. a general SSH key (useful for your CircleCI job to SSH into a remote server like EC2 instance for example).

The screenshot you are sharing is for (2).
Right now, there is no way to create a SSH key for a CircleCI project via this provider.
This is because there is no public APIs from CircleCI to add a SSH key.
You can do so manually via the UI on CircleCI still.

If you are referring to a checkout k…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carlosjgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants