View Single Post
  #5 (permalink)  
Old 04-14-2006, 08:09 AM
keyhman keyhman is offline
Member
 
Posts: 10
Default Solution Found!

I found the solution.

If you read the man page to ssh and sshd , you'll find that for PubKey auth, the host must be authorized for this method of auth. That requires the host public key to be present in ~zimbra/.ssh/authorized_hosts and ~zimbra/.ssh/known_hosts

I manually copied the contents of ~zimbra/.ssh/zimbra_identity.pub to these two files and the queue manager started working immediately. no more errors.

Great new feature guys. keep up the good work.

steve
Reply With Quote