I'm using CoreFTP server.
I need to export the public host key in openSSH format to send to a user who will put it in their known hosts.
I'm unable to find the public host key to do this?
Many Thanks
export public host key
[quote="CP"]for SSL/FTPS, there should be a .cer file in the CoreFTPServer\certs subdirectory.
For OpenSSH, you can export the public key from the CoreFTPServer\certs subdirectory, but you would have to use OpenSSL to do so... Which probably means Core FTP Server needs an option to do this for the user.[/quote]
I can get the user public keys that you can generate in CoreFTP but what I need is the public host key that is advertised when you connect to the server.
All I see in C:\Program Files\CoreFTPServer\certs is a private key. I don't really want to send that out to the client.
For OpenSSH, you can export the public key from the CoreFTPServer\certs subdirectory, but you would have to use OpenSSL to do so... Which probably means Core FTP Server needs an option to do this for the user.[/quote]
I can get the user public keys that you can generate in CoreFTP but what I need is the public host key that is advertised when you connect to the server.
All I see in C:\Program Files\CoreFTPServer\certs is a private key. I don't really want to send that out to the client.