faq_hostkey » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2023-07-03 | 2024-05-22 (current) | ||
prevent highlighting ssh in path (martin) | consistent highlighting (martin) | ||
Line 21: | Line 21: | ||
You can also have the fingerprint displayed in an %%SSH%% terminal using ''[[https://man.openbsd.org/ssh-keygen|ssh-keygen]]'' command (on *nix servers that use OpenSSH server). For example: | You can also have the fingerprint displayed in an %%SSH%% terminal using ''[[https://man.openbsd.org/ssh-keygen|ssh-keygen]]'' command (on *nix servers that use OpenSSH server). For example: | ||
- | <code> | + | <code bash> |
- | ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key | + | ssh-keygen -l -f /etc/<nohilite>ssh</nohilite>/ssh_host_rsa_key |
</code> | </code> | ||