Right now the SFTP server key is encrypted. Is there a way to export the private + public key decrypted? I'd like to use the same key on an SSH server to keep them the same. I did the exports but it appears to only export the public key.
Thanks
Export SFTP server key
-
- Site Admin
- Posts: 987
- Joined: Mon Mar 24, 2003 4:37 am
Re: Export SFTP server key
Copy over the configuration as described here:
www.coreftp.com/server/help/moving_server.htm
The "certs" subdirectory contains the private key (no extension). You can use openssl with the password you used when creating the "self signed cert" to decrypt it.
www.coreftp.com/server/help/moving_server.htm
The "certs" subdirectory contains the private key (no extension). You can use openssl with the password you used when creating the "self signed cert" to decrypt it.
Re: Export SFTP server key
Thanks for the reply. I never created a self-signed cert as I never used SSL, only SFTP. Is there a default password it uses to create the SFTP key?