Skip to content

Commit c700f35

Browse files
authored
Merge pull request #471 from iopq/patch-2
Docs: specify how to obtain the key from a .pem file
2 parents c699182 + 60a7ec3 commit c700f35

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/quickstart.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,14 @@ line that reads:
6464
```
6565

6666
Replace the text `CHANGE` with your own SSH key. This is crucial, as you will
67-
not be able to log into the target machine post-installation without it.
67+
not be able to log into the target machine post-installation without it. If you
68+
have a .pem file you can run
69+
70+
```bash
71+
ssh-keygen -y -f /path/to/your/key.pem
72+
```
73+
74+
then paste the result in between the quotes like "ssh-rsa AAA..."
6875

6976
### 4. Configure Storage
7077

0 commit comments

Comments
 (0)