Differences
This shows you the differences between the selected revisions of the page.
2019-06-04 | 2019-06-04 | ||
displaying all host keys (martin) | syntax highlighting (martin) | ||
Line 46: | Line 46: | ||
To display all host keys, use this command: | To display all host keys, use this command: | ||
- | <code> | + | <code batch> |
for %f in (%ProgramData%\ssh\ssh_host_*_key) do .\ssh-keygen.exe -l -f "%f" | for %f in (%ProgramData%\ssh\ssh_host_*_key) do .\ssh-keygen.exe -l -f "%f" | ||
</code> | </code> |