faq_hostkey » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-01-07 | 2016-01-07 | ||
rewording (martin) | putty way (martin) | ||
Line 14: | Line 14: | ||
If you need to know the fingerprint later on for other purposes, like to verify the host key on another machine, or for automation, go to a //[[ui_fsinfo|Server and Protocol Information Dialog]]//. See a //Server Host key Fingerprint// box. | If you need to know the fingerprint later on for other purposes, like to verify the host key on another machine, or for automation, go to a //[[ui_fsinfo|Server and Protocol Information Dialog]]//. See a //Server Host key Fingerprint// box. | ||
+ | |||
+ | ===== 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://www.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 | ||
+ | </code> | ||
===== Host key of your virtual server ===== | ===== Host key of your virtual server ===== |