Search found 4 matches

by sovtek
Wed Dec 09, 2009 4:38 pm
Forum: Server - General
Topic: export public host key
Replies: 5
Views: 5729

I think I found my own solution
If you run ..\OpenSSH\bin\ssh-keygen -y -f "..\CoreFTPServer\certs\0000000*" > host_key.pub on the domain cert file where "*" is the # of domain then a public host key will be created.
by sovtek
Wed Dec 09, 2009 11:21 am
Forum: Server - General
Topic: export public host key
Replies: 5
Views: 5729

[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...
by sovtek
Tue Dec 08, 2009 4:55 pm
Forum: Server - General
Topic: export public host key
Replies: 5
Views: 5729

Is there no way to do this? I've looked all through the documentation for coreftp server and in this forum and unable to find a solution.
by sovtek
Thu Nov 26, 2009 12:36 pm
Forum: Server - General
Topic: export public host key
Replies: 5
Views: 5729

export public host key

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