faq_hostkey » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-08-10 | 2016-08-10 | ||
no summary (182.65.230.21) (hidden) | no summary (182.65.230.21) (hidden) | ||
Line 5: | Line 5: | ||
- | ===== Obtaining host key from PuTTY ===== | ||
- | If you already have the host key cached in the PuTTY SSH client, you can import a PuTTY stored session to WinSCP, including the cached host keys. Make sure the //Import cached host keys for checked sites// option is checked when [[ui_import|importing the sessions]]. | ||
- | |||
- | You can also have the fingerprint displayed in an %%SSH%% terminal using ''[[http://man.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh-keygen.1|ssh-keygen]]'' command (on *nix servers using OpenSSH server): | ||
- | |||
- | <code> | ||
- | ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key | ||
- | ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key | ||
- | ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key | ||
- | </code> | ||
===== Host key of your virtual server ===== | ===== Host key of your virtual server ===== |