On 14 Aug 2001, "Guangzu Wang (Houston)"
<Guangzu.Wang@channelinx.com> wrote:> Hi all,
>
> I just installed rsync 2.4.6 on my RH Linux 7.1 box, I then set up ssh. I
> can use ssh to connect to my remote machine but not with rsync, I get
> connection refused message. I try both rsync myservername:: and a script
> from the rsync website( http://rsync.samba.org/rsync/examples.html
> <http://rsync.samba.org/rsync/examples.html> ). Any body has clue?
Another
> thing is I followed some procedures to set up remote and local machine.
> However, I can only ssh from local to remote but got connection refused
> message in other way even with ssh.
You need to use only a single colon in the path if you want to run
over SSH. :: is for tcp/873 connections.
Happy hacking,
--
Martin