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.
1 parent 0d5ea73 commit 3e41787Copy full SHA for 3e41787
web/src/Setup.tsx
@@ -35,7 +35,8 @@ const SSH_AUTH_KEYS_EXAMPLE =
35
"# Use 'cat ~/.ssh/id_*.pub' to get a list of your ssh public\n" +
36
"# keys or ssh-keygen if you don't have any yet.\n" +
37
"# They will look something like this:\n" +
38
- "# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlPtT5dnGcZn0Z6FyD6VGqt3Jx0s+BHhMahxR0KlJ8G tux@igloo\n";
+ "#\n" +
39
+ "# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlPtT5dnGcZn0Z6FyD6VGqt3Jx0s+BHhMahxR0KlJ8G tux@igloo";
40
41
export default function Setup() {
42
const [setupModeSettled, setupMode, setSetupMode] =
0 commit comments