I'm trying to rsync data between Amazon EC2 instances. This command works:
ssh -i path_to_key/key.pem user@machine1
This command does not:
rsync -e "ssh -i path_to_key/key.pem" user@machine1:/whatever ./
Address some_ip maps to some_amazonaws_domain_name, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
What am I missing? Any way to fix that?