On Thu, 5 Jan 2006, gg gg234 <[EMAIL PROTECTED]> wrote:
> Hi John,
>  
> Thanks for your reply
>  
> I have check that and i try to run ssh 172.29.5.130 /bin/true > out.dat
> and i got the out.dat file with only text inside is Rejected

If rsync is seeing that "Rejected" that explains the error.

This is a problem with ssh.  You need to get the /bin/true test to
work with no resulting output so that rsync doesn't read garbage
when it connects with the remote host.

> I have a look at root .bashrc as follows
[ snip ]

Does your sshd on 172.29.5.130 allow connections by user root?
See  PermitRootLogin  in the sshd man page.

Can you do the /bin/true test successfully as a non-root user?

    John

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to