Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
None
-
None
-
None
Description
419 command = (("rsync -rv -e 'ssh -o StrictHostKeyChecking=no -i %s' " +
420 "'%s/' 'root@%s:/'") % (opts.identity_file, tmp_dir, active_master))
The script always produces an error when executing this command.
and the error produced is:
Permission denied (publickey)...(This error does not have to do with the permissions on the .pem file)
Any ideas?