mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
doc: fix wrong ssh-keyscan usage
This commit is contained in:
parent
8cb01a0e71
commit
3fd98a2c3b
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ e.g. inside your `flake.nix` file:
|
||||||
* your local computer usually in `~/.ssh`, e.g. `~/.ssh/id_ed25519.pub`.
|
* your local computer usually in `~/.ssh`, e.g. `~/.ssh/id_ed25519.pub`.
|
||||||
* from a running target machine with `ssh-keyscan`:
|
* from a running target machine with `ssh-keyscan`:
|
||||||
```ShellSession
|
```ShellSession
|
||||||
$ ssh-keyscan <user>@<ip-address>
|
$ ssh-keyscan <ip-address>
|
||||||
... ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKzxQgondgEYcLpcPdJLrTdNgZ2gznOHCAxMdaceTUT1
|
... ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKzxQgondgEYcLpcPdJLrTdNgZ2gznOHCAxMdaceTUT1
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue