Skip to content

Commit 3e41787

Browse files
committed
web: setup: move around whitespace in ssh example config
I think it looks a bit nicer this way. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
1 parent 0d5ea73 commit 3e41787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/Setup.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const SSH_AUTH_KEYS_EXAMPLE =
3535
"# Use 'cat ~/.ssh/id_*.pub' to get a list of your ssh public\n" +
3636
"# keys or ssh-keygen if you don't have any yet.\n" +
3737
"# They will look something like this:\n" +
38-
"# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlPtT5dnGcZn0Z6FyD6VGqt3Jx0s+BHhMahxR0KlJ8G tux@igloo\n";
38+
"#\n" +
39+
"# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlPtT5dnGcZn0Z6FyD6VGqt3Jx0s+BHhMahxR0KlJ8G tux@igloo";
3940

4041
export default function Setup() {
4142
const [setupModeSettled, setupMode, setSetupMode] =

0 commit comments

Comments
 (0)