Skip to content

Commit

Permalink
added SSH key walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 7, 2023
1 parent f46702c commit a431837
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion devspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Your Git user name and email should appear in the output.

5) Click Add

# Pull From Password Protected Repository
# Pull From Password Protected Repository / Set Up PAT To Push To Repository

1) Login to OpenShift Dev Spaces

Expand All @@ -103,6 +103,22 @@ Your Git user name and email should appear in the output.

5) Click Add

# Set Up SSH Keys

## OpenShift Dev Spaces >=3.10

1) Login to OpenShift Dev Spaces

2) Click username in top right and select User Preferences

3) Under SSH Keys select Add SSH Key

4) Select Upload next to Private Key, browse and select your Private Key

5) Select Upload next to Public Key, browse and select your Public Key

6) Click Add

# Auto Install Extensions:

1) At the root of your repository, create a .vscode folder with a file called extensions.json
Expand Down

0 comments on commit a431837

Please sign in to comment.