Can I have people test the cvs tree or the next snapshots. I believe NeXT is still broken (I will try to compile it tonight). getopts patch will be applied, but I can't find the email address of who sent to me (can you email me off list, thanks). - Ben
On Thu, Jun 20, 2002 at 10:02:54PM -0500, Ben Lindstrom wrote:> > Can I have people test the cvs tree or the next snapshots. > > I believe NeXT is still broken (I will try to compile it tonight). > > getopts patch will be applied, but I can't find the email address of who > sent to me (can you email me off list, thanks).What about the NO_IPPORT_RESERVED_CONCEPT patch? I've send a revised version on 2002-06-13. Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen at redhat.com
Hi Ben, Using the openssh-SNAP-20020621 on Redhat 6.2 Linux (with a 2.2.19 kernel), I see the following: # sshd -d -d -d -p 24 debug1: sshd version OpenSSH_3.2.3p1 debug1: private host key: #0 type 0 RSA1 debug3: Not a RSA1 key file /home/mdb/openssh-SNAP-20020621/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 /home/mdb/openssh-SNAP-20020621/etc/ssh_host_dsa_key. debug1: read PEM private key done: type DSA debug1: private host key: #2 type 2 DSA socket: Address family not supported by protocol debug1: Bind to port 24 on 0.0.0.0. Server listening on 0.0.0.0 port 24. Generating 768 bit RSA key. RSA key generation complete. debug1: Server will not fork when running in debugging mode. Connection from 172.17.28.39 port 1339 debug1: Client protocol version 2.0; client software version OpenSSH_3.0.2 debug1: match: OpenSSH_3.0.2 pat OpenSSH_2.*,OpenSSH_3.0*,OpenSSH_3.1* Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-1.99-OpenSSH_3.2.3p1 mmap(65536): Invalid argument debug1: Calling cleanup 0x8067a28(0x0) # when I tried to connect to it using an OpenSSH 3.0.2 SSH client. -- Mark