This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

openssh-3.5p1-2


Mime-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi,

I observe following problem:

cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -e "CYGWIN=tty ntsec" -a "-d -d -d"
cygrunsrv -S sshd

$ net start | grep sshd
   CYGWIN sshd

CLIENT (Linux):

$ ssh -v -v -v SERVER
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to 10.55.17.108 [10.55.17.108] port 22.
debug1: Connection established.
debug1: identity file /home/waldeck/.ssh/identity type -1
debug1: identity file /home/waldeck/.ssh/id_rsa type -1
debug1: identity file /home/waldeck/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.5p1
debug1: match: OpenSSH_3.5p1 pat OpenSSH*
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.4p1
debug1: SSH2_MSG_KEXINIT sent
Read from socket failed: Connection reset by peer
debug1: Calling cleanup 0x80674b0(0x0)


SERVER:

$ cat sshd.log 
debug1: sshd version OpenSSH_3.5p1
debug1: private host key: #0 type 0 RSA1
debug3: Not a RSA1 key file /etc/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug3: Not a RSA1 key file /etc/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: Server will not fork when running in debugging mode.
Connection from CLIENT port 47358
debug1: Client protocol version 2.0; client software version OpenSSH_3.4p1
debug1: match: OpenSSH_3.4p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-1.99-OpenSSH_3.5p1
monitor_socketpair: socketpair
debug1: Calling cleanup 0x41e630(0x0)

$ net start | grep sshd
(nothing)


VERSIONS:

cygwin              1.3.17-1            
openssh             3.5p1-2             
openssl             0.9.6h-1            
openssl-devel       0.9.6h-1            

mw


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]