Hello,
Where do I find the SSH host keys that are used by the embedded Apache Mina sshd server? For proper security, I need an out-of-band way to verify the keys -- either by executing some command on the machine hosting bitbucket or within the Bitbucket WebUI.
Thanks,
--Joe
Okay, I think I figured it out! Here's what I did:
$ openssl rsa -in ${BB_SHARED}/config/ssh-server-keys.pem -RSAPublicKey_out \
| ssh-keygen -i -m PEM -f /dev/stdin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.