Date: Tue, 18 Jan 2000 14:51:17 +1300 From: "Dan Langille" <dan@freebsddiary.org> To: Roelof Osinga <roelof@nisser.com>, "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>, questions@FreeBSD.ORG Cc: questions@FreeBSD.ORG Subject: Re: OpenSSH 1.2.1 refusing incoming connections Message-ID: <200001180151.OAA39974@ducky.nz.freebsd.org> In-Reply-To: <3883B420.4AFF68E0@nisser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18 Jan 00, at 1:30, Roelof Osinga wrote: > So that does not look like a refused connection but indeed more like > some key or whatever that is nonexistent. Maybe the HostKey parameter > changed somehow? Hmmm, there's a better Ktrace at http://www.freebsddiary.com/ktrace3.txt be warned: it's 277K. Here's the last bit: 39909 ssh RET read 4096/0x1000 39909 ssh CALL madvise(0x8074000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x8073000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL close(0x4) 39909 ssh RET close 0 39909 ssh CALL madvise(0x8071000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL read(0x3,0xbfbfd264,0x1) 39909 ssh GIO fd 3 read 0 bytes "" 39909 ssh RET read 0 39909 ssh CALL write(0x2,0xbfbfc5c8,0x3c) 39909 ssh GIO fd 2 wrote 60 bytes "ssh_exchange_identification: read: No such file or directory" 39909 ssh RET write 60/0x3c 39909 ssh CALL write(0x2,0xbfbfc5c0,0x2) 39909 ssh GIO fd 2 wrote 2 bytes "\r " 39909 ssh RET write 2 39909 ssh CALL shutdown(0x3,0x2) 39909 ssh RET shutdown 0 39909 ssh CALL close(0x3) 39909 ssh RET close 0 39909 ssh CALL madvise(0x806b000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x806c000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x806f000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x8070000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL exit(0xff) -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001180151.OAA39974>