The output is below. I'm not sure how to parse it. Please note that blank
lines in the output should be replaced by thousands of lines which read:
debug: No record found corresponding to file descriptor: 108
The total size of the output file was about 6mb.
Darcy
debug: Unable to open .//ssh2/ssh2_config
debug: hostname is 'server'.
debug: Unable to open <my local documents & settings folder>\Ssh/ssh2_config
debug: connecting to server...
debug: entering event loop
debug: addresses 127.0.0.1
debug: Registered connecting socket: 248
debug: Connection still in progress
debug: Marked name resolver 1 killed
debug: Unregistering socket: 248
debug: Replaced connected socket object 248 with a stream
debug: ssh_client_wrap: creating transport protocol
debug: ssh_client_wrap: creating userauth protocol
debug: c_to_s: cipher 3des-cbc, mac hmac-md5, compression none
debug: s_to_c: cipher 3des-cbc, mac hmac-md5, compression none
debug: Host key found from the database.
debug: ssh_client_auth_pubkey_agent_open_complete agent=0x0
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:318:
ssh_client_auth_pubkey_send_signature
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:397:
ssh_client_auth_pubkey_send_signature: reading 03092001
debug: client_authenticated
debug: There are 31 bytes left in buffer
debug: session_close
debug: destroying client struct...
debug: Unregistering socket: 248
debug: uninitializing event loop
read error: Connection reset by peer
At 06:49 PM 3/13/01, Martin Pool wrote:
>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.