I am trying to pull a directory from a remote site. When I type in the command rsync -avz foo:dir/subdir/ /home/subdir in the csh I get the following error: remshd: Login incorrect. unexpected EOF in read_timeout Is this due to some error in the systems configurations or do I need to have ssh to run this? When I use rsync locally, it works fine from one machine to another. I am new to rsync and I would really appreciate your help. Thank you. Regards, Nancy