public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* sshd - Segmentation fault
@ 2001-11-15  8:29 Sommer, Thorsten
  2001-11-15  8:55 ` Corinna Vinschen
  2001-11-23  5:29 ` Sommer, Thorsten
  0 siblings, 2 replies; 4+ messages in thread
From: Sommer, Thorsten @ 2001-11-15  8:29 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Hi, folx ...

sshd is dying with segmentation fault and I do not know
why :-(

Anybody else?

Thanx!
Th.

PS: Latest cygwin-dist over W2K Server on target and
    W2K Prof on source.

----

Source machine:

Administrator - ~ 3 > ssh 111.111.111.111
Connection closed by 111.111.111.111

Target machine:

$ /usr/sbin/sshd -d
debug1: Seeding random number generator
/etc/sshd_config line 49: Deprecated option CheckMail
debug1: sshd version OpenSSH_3.0p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
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 222.222.222.222 port 3704
debug1: Client protocol version 2.0; client software version OpenSSH_3.0.1p1
debug1: match: OpenSSH_3.0.1p1 pat ^OpenSSH
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-1.99-OpenSSH_3.0p1
debug1: Rhosts Authentication disabled, originating port not trusted.
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: dh_gen_key: priv key bits set: 122/256
debug1: bits set: 1635/3191
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: bits set: 1622/3191
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user Administrator service ssh-connection
method none
debug1: attempt 0 failures 0
input_userauth_request: illegal user Administrator
Failed none for illegal user Administrator from 222.222.222.222 port 3704
ssh2
debug1: userauth-request for user Administrator service ssh-connection
method publickey
debug1: attempt 1 failures 1
Failed publickey for illegal user Administrator from 222.222.222.222 port
3704 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method publickey
debug1: attempt 2 failures 2
Failed publickey for illegal user Administrator from 222.222.222.222 port
3704 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method keyboard-interactive
debug1: attempt 3 failures 3
debug1: keyboard-interactive devs
debug1: auth2_challenge: user=Administrator devs=
debug1: kbdint_alloc: devices ''
Segmentation fault (core dumped)


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: sshd - Segmentation fault
  2001-11-15  8:29 sshd - Segmentation fault Sommer, Thorsten
@ 2001-11-15  8:55 ` Corinna Vinschen
  2001-11-23  6:03   ` Corinna Vinschen
  2001-11-23  5:29 ` Sommer, Thorsten
  1 sibling, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2001-11-15  8:55 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

On Fri, Nov 23, 2001 at 02:29:11PM +0100, Sommer, Thorsten wrote:
> Hi, folx ...
> 
> sshd is dying with segmentation fault and I do not know
> why :-(

Dunno.  Are you trying password or publickey auth?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* sshd - Segmentation fault
  2001-11-15  8:29 sshd - Segmentation fault Sommer, Thorsten
  2001-11-15  8:55 ` Corinna Vinschen
@ 2001-11-23  5:29 ` Sommer, Thorsten
  1 sibling, 0 replies; 4+ messages in thread
From: Sommer, Thorsten @ 2001-11-23  5:29 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Hi, folx ...

sshd is dying with segmentation fault and I do not know
why :-(

Anybody else?

Thanx!
Th.

PS: Latest cygwin-dist over W2K Server on target and
    W2K Prof on source.

----

Source machine:

Administrator - ~ 3 > ssh 111.111.111.111
Connection closed by 111.111.111.111

Target machine:

$ /usr/sbin/sshd -d
debug1: Seeding random number generator
/etc/sshd_config line 49: Deprecated option CheckMail
debug1: sshd version OpenSSH_3.0p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
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 222.222.222.222 port 3704
debug1: Client protocol version 2.0; client software version OpenSSH_3.0.1p1
debug1: match: OpenSSH_3.0.1p1 pat ^OpenSSH
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-1.99-OpenSSH_3.0p1
debug1: Rhosts Authentication disabled, originating port not trusted.
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: dh_gen_key: priv key bits set: 122/256
debug1: bits set: 1635/3191
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: bits set: 1622/3191
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user Administrator service ssh-connection
method none
debug1: attempt 0 failures 0
input_userauth_request: illegal user Administrator
Failed none for illegal user Administrator from 222.222.222.222 port 3704
ssh2
debug1: userauth-request for user Administrator service ssh-connection
method publickey
debug1: attempt 1 failures 1
Failed publickey for illegal user Administrator from 222.222.222.222 port
3704 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method publickey
debug1: attempt 2 failures 2
Failed publickey for illegal user Administrator from 222.222.222.222 port
3704 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method keyboard-interactive
debug1: attempt 3 failures 3
debug1: keyboard-interactive devs
debug1: auth2_challenge: user=Administrator devs=
debug1: kbdint_alloc: devices ''
Segmentation fault (core dumped)


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: sshd - Segmentation fault
  2001-11-15  8:55 ` Corinna Vinschen
@ 2001-11-23  6:03   ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2001-11-23  6:03 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

On Fri, Nov 23, 2001 at 02:29:11PM +0100, Sommer, Thorsten wrote:
> Hi, folx ...
> 
> sshd is dying with segmentation fault and I do not know
> why :-(

Dunno.  Are you trying password or publickey auth?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-23 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-15  8:29 sshd - Segmentation fault Sommer, Thorsten
2001-11-15  8:55 ` Corinna Vinschen
2001-11-23  6:03   ` Corinna Vinschen
2001-11-23  5:29 ` Sommer, Thorsten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).