Skip to content

Commit

Permalink
web: setup: move around whitespace in ssh example config
Browse files Browse the repository at this point in the history
I think it looks a bit nicer this way.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Jan 11, 2024
1 parent 0d5ea73 commit 3e41787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const SSH_AUTH_KEYS_EXAMPLE =
"# Use 'cat ~/.ssh/id_*.pub' to get a list of your ssh public\n" +
"# keys or ssh-keygen if you don't have any yet.\n" +
"# They will look something like this:\n" +
"# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlPtT5dnGcZn0Z6FyD6VGqt3Jx0s+BHhMahxR0KlJ8G tux@igloo\n";
"#\n" +
"# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlPtT5dnGcZn0Z6FyD6VGqt3Jx0s+BHhMahxR0KlJ8G tux@igloo";

export default function Setup() {
const [setupModeSettled, setupMode, setSetupMode] =
Expand Down

0 comments on commit 3e41787

Please sign in to comment.