View Single Post
  #6 (permalink)  
Old 12-13-2007, 06:34 AM
jrefl5 jrefl5 is offline
Advanced Member
 
Posts: 205
Exclamation still not there

checking with
Code:
ssh -i .ssh/zimbra_identity -o strictHostKeyChecking=no -p 22
I get the following;
Code:
$ ssh -i .ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@FQDN -p 22
Warning: Identity file .ssh/zimbra_identity not accessible: No such file or directory.
Warning: Permanently added 'FQDN,10.168.30.60' (RSA) to the list of known hosts.
zimbra@FQDN's password: 
Permission denied, please try again.
Is there an option to the install.sh script that will reset ALL the access controls without killing the various mailboxes?

Last edited by jrefl5; 12-13-2007 at 11:03 AM.. Reason: add final question
Reply With Quote