A private key /home/USER/.ssh/opsman_ssh_key and public key /home/USER/.ssh/opsman_ssh_key.pub will be generated.
Shutdown the Opsman VM in vCenter
In the VM page, click Configure->vApp Options. Under Properties, click the radio button for public_ssh_key. Click "DELETE".
Click "ADD". Set Label as "Public SSH Key". Set Key ID as "public_ssh_key".
Click "Type" tab. Add the contents of the opsman_ssh_key.pub file into the "Default value" field. Click "SAVE".
Power on the Opsman VM in vCenter
Update the private key for any SSH applications or jumpbox that's using it.
You might also need to remove the old key from the known_hosts file in the .ssh directory.
Login to the Ops Manager VM using the new key. Once in the Ops Manager VM, you may edit the ~/.ssh/authorized_keys file to remove the old SSH key (it would be at the top of the file). The new SSH key would be at the bottom of the file.