To obtain the Host Key in Windows, use OpenSSH. When installed, use the Keyscan tool can write the known hosts to the c
\known hosts
ssh-keyscan -t rsa -p <port> <domain name> > c:\known_hosts
Mac/Linux users can use the existing ssh keyscan tool:
ssh-keyscan -t rsa -p 22
www.yourdomain.com