View Single Post
  #4 (permalink)  
Old 07-21-2008, 11:23 PM
adamcrow64 adamcrow64 is offline
Starter Member
 
Posts: 2
Default to fix port 22 thing

su - zimbra
then run
ssh-keygen -t dsa

Choose to save the generated keys at /opt/zimbra/.ssh/zimbra_identity
do not give it a password

then edit your /opt/zimbra/.ssh/authorized_keys file to use the text that is in the /opt/zimbra/.ssh/zimbra-identity.pub file. it replaces the old key text.

that will permit zimbra to run remote ssh

ACC
Reply With Quote