We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c699182 + 60a7ec3 commit c700f35Copy full SHA for c700f35
docs/quickstart.md
@@ -64,7 +64,14 @@ line that reads:
64
```
65
66
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.
+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..."
75
76
### 4. Configure Storage
77
0 commit comments