Re: Read from socket failed: Connection reset by peer

2012-04-26 Thread Gyurmo
Hello, yes, I can connect, but something drop mine connection. Why? Which is last working version on XP SP3? 2012/4/26 Andrey Repin : > Greetings, Gyurmo! > >> Hello, I probed. >> ssh working with telnet. > >> openssh              6.0p1-1 > >> WindowsXP Event Log entry for sshd service: >> ===

Re: Read from socket failed: Connection reset by peer

2012-04-26 Thread Andrey Repin
Greetings, Gyurmo! > Hello, I probed. > ssh working with telnet. > openssh 6.0p1-1 > WindowsXP Event Log entry for sshd service: > = > The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The > local > computer may not have the necessary r

Re: Read from socket failed: Connection reset by peer

2012-04-26 Thread Gyurmo
Pavel : > On 24.04.2012 13:43, Gyurmo wrote: >> >> Hello >> >> I have a problem again. >> >> Read from socket failed: Connection reset by peer >> >  Try restarting sshd service. If this works, you have the same problem as i > do with portmap. >  A

Re: Read from socket failed: Connection reset by peer

2012-04-24 Thread Fedin Pavel
On 24.04.2012 13:43, Gyurmo wrote: Hello I have a problem again. Read from socket failed: Connection reset by peer Try restarting sshd service. If this works, you have the same problem as i do with portmap. And, you know, i have one guess. How early are services started? If they somehow

Read from socket failed: Connection reset by peer

2012-04-24 Thread Gyurmo
public key: /home/Kilo/.ssh/id_rsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply Read from socket failed: Connection reset by peer [/code] And the /var/log/sshd.log is empty Why? Pl. help me with this also. Thanks -- Problem reports: http://cygwin.com

Re: SSH error: Read from socket failed: Connection reset by peer

2009-04-23 Thread Andrew Schulman
> debug1: Connecting to 65.38.96.67 [65.38.96.67] port 22. > debug1: Connection established. So, the client is connecting to the server... > debug1: Offering public key: /d003/clarify/.ssh/id_dsa > Read from socket failed: Connection reset by peer > Connection closed ... and

Re: SSH error: Read from socket failed: Connection reset by peer

2009-04-22 Thread Sam Snitman
interactive debug1: Next authentication method: publickey debug1: Trying private key: /d003/clarify/.ssh/id_rsa debug1: Offering public key: /d003/clarify/.ssh/id_dsa Read from socket failed: Connection reset by peer Connection closed I asked the business user to resend me their public key and

Re: SSH error: Read from socket failed: Connection reset by peer

2009-04-22 Thread Sam Snitman
bug1: Next authentication method: publickey debug1: Trying private key: /d003/clarify/.ssh/id_rsa debug1: Offering public key: /d003/clarify/.ssh/id_dsa Read from socket failed: Connection reset by peer Connection closed Does this look like a problem with the public/private key? How would I turn

Re: SSH error: Read from socket failed: Connection reset by peer

2009-04-21 Thread Sam Snitman
, Jakob Curdes wrote: > From: Jakob Curdes > Subject: Re: SSH error: Read from socket failed: Connection reset by peer > To: cygwin@cygwin.com > Date: Tuesday, April 21, 2009, 10:44 AM > Sam Snitman schrieb: > > Connecting to 65.38.96.67... Read from socket failed: >

Re: SSH error: Read from socket failed: Connection reset by peer

2009-04-21 Thread Andrew Schulman
> >sftp ftpu...@65.38.96.67 > Connecting to 65.38.96.67... > Read from socket failed: Connection reset by peer > Connection closed You can add -v, -vv, or -vvv to the sftp command to get more diagnostic information. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: SSH error: Read from socket failed: Connection reset by peer

2009-04-21 Thread Jakob Curdes
Sam Snitman schrieb: Connecting to 65.38.96.67... Read from socket failed: Connection reset by peer Connection closed This means that either the service is not running or that a firewall between server and client does not allow the traffic. Check the following: on the local host : 1) make

SSH error: Read from socket failed: Connection reset by peer

2009-04-21 Thread Sam Snitman
m the command line of their server, they get the following error: >sftp ftpu...@65.38.96.67 Connecting to 65.38.96.67... Read from socket failed: Connection reset by peer Connection closed > The D:\cygwin\var\log\sshd.log is empty. Any ideas how I can troubleshoot this? I have tried