View Single Post
  #28 (permalink)  
Old 11-09-2009, 10:26 AM
NoDoze NoDoze is offline
Elite Member
 
Posts: 360
Default

Well... while you were posting I did this:

Quote:
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
From: [SOLVED] ZCS 5.0.1 and admin console problems (SSH?)

But still get the same error...I dunno if I have to restart the server to make it in effect...?

I did:
Quote:
ssh -p 22 -i /opt/zimbra/.ssh/zimbra_identity localhost
and got:
Quote:
The authenticity of host 'localhost (127.0.0.1)' can't be established.
RSA key fingerprint is af:06:44:4f:5c:ff:c9:19:02:99:34:a9:f3:08:ab:9e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (RSA) to the list of known hosts.
Connection closed by 127.0.0.1
Second try I got only:
Quote:
Connection closed by 127.0.0.1
refeshed the browser, I still get the same error...
Reply With Quote