I'm getting the following error attempting to perform certain admin tasks (installing a cert, etc) after upgrading to 6.0.3 from 5.0.11. It's likely---I can't recall---I had this issue before the upgrade, but the certificate broke on upgrade and now it's a more serious issue:
Message: system failure: exception during auth {RemoteManager: host.domain->zimbra@host.domain:22} Error code: service.FAILURE Method: GetCertRequest Details:soap:Receiver
I've stepped through
Mail Queue Monitoring - Zimbra :: Wiki and verified my SSH settings. There's no firewall, nor have I changed ports. I'm still getting prompted for a password when I run:
Code:
ssh -vi .ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@MAIL.DOMAIN.COM
I'm pretty sure this is an SSH problem and not a Zimbra one, but I can't find out how/why/what it is or how to diagnose it effectively.