| Message: 97935 |
 |
BY: Frederic Donnat (fred-secludit) DATE: 2012-06-07 16:02 SUBJECT: RE: copy AMI fails on rsync step Hi Ralph,
It seems that this only due to a permissions problem on your SSH key file. If you are not able to execute the command, due to too opened permission on your SSH key file, CloudyScripts won't be able to execute the command as well.
You can manually set permission to RW to your SSH Key file and then manually test the command.
Try the following:
chmod 600 /root/.ssh/tscwestcloudykey.pem
Hope this helps.
/fred | |