Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-16 | 2017-10-31 | ||
| Restored revision 1501665615. Undoing revision 1508161540. (martin) (hidden) | no summary (200.111.196.86) (hidden) (untrusted) | ||
| Line 58: | Line 58: | ||
| * Guide to [[guide_automation|automating operations]] (including upload). | * Guide to [[guide_automation|automating operations]] (including upload). | ||
| + | In the line: | ||
| + | C:\Program Files\OpenSSH>ssh-keygen.exe -l -f ssh_host_ed25519_key -E md5 | ||
| + | |||
| + | I got an error ssh_host_ed25519_key is not a file or directory. | ||
| + | |||
| + | Then i changed it for | ||
| + | Enter to bin directory | ||
| + | 1. C:\Program Files\OpenSSH>cd bin | ||
| + | |||
| + | 2. C:\Program Files\OpenSSH\bin>ssh-keygen.exe -l -f /etc/ssh_host_ed25519_key -E md5 | ||
| + | Now i got the right md5 | ||
| + | |||
| + | 256 MD5:0d:df:0a:db:b4:e9:f1:08:d5:59:2b:91:8e:08:1c:78 xxxx@example (ED25519) | ||