On 13 Mar 2001, "Darcy T. May" <[EMAIL PROTECTED]> wrote:
> Thanks in advance for any help. . .
> I am trying to use rsync from my PC at home to my Solaris2 server at work.
> 
> When I try to rsync to my server I get this:
> read error: Connection reset by peer
> 
> The following is true about my setup:
> o I am running the F-Secure SSH Client
> o I am using a public key for authentication
> o I can SSH to my server from a Korn Shell with no hitch
> o I can use scp to/from my server from a Korn Shell
> o I have the RSYNC_RSH environment variable set
> o I have rsync installed in my bin directory on the Solaris2 server and I
>    have tried passing the path to it via the --rsync-path="<path>" command line
>    option
> o I am using rsync 2.4.2 on my Windows machine and 2.4.6 on my Solaris2 machine

Please try next:

  pc$ rsync -e 'ssh -v' solaris2:/etc/passwd /tmp

to see what ssh thinks is wrong.

-- 
Martin Pool, Human Resource
Linuxcare. Inc.   +61 2 6262 8990
[EMAIL PROTECTED], http://linuxcare.com.au/
Linuxcare.  Putting Open Source to work.

Reply via email to