Skip to content

Commit

Permalink
Merge pull request #254 from oluceps/fix-doc
Browse files Browse the repository at this point in the history
doc: fix wrong `ssh-keyscan` usage
  • Loading branch information
cole-h authored Apr 2, 2024
2 parents 8cb01a0 + 3fd98a2 commit 1381a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ e.g. inside your `flake.nix` file:
* your local computer usually in `~/.ssh`, e.g. `~/.ssh/id_ed25519.pub`.
* from a running target machine with `ssh-keyscan`:
```ShellSession
$ ssh-keyscan <user>@<ip-address>
$ ssh-keyscan <ip-address>
... ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKzxQgondgEYcLpcPdJLrTdNgZ2gznOHCAxMdaceTUT1
...
```
Expand Down

0 comments on commit 1381a75

Please sign in to comment.