Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-07-14 09:18:05


Beman Dawes <bdawes_at_[hidden]> writes:

> >Beman -
> >I've read the SF docs, generated some keys, and attempted to
> >connect to SF using SSH -- all I've got is a bunch of timeouts.

That may be because their ssh has been intermittently broken, as it
is right now:

dave_at_penguin /cygdrive/c/src/dcforum
$ ssh -v cvs.sourceforge.net
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /home/dave/.ssh/config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to cvs.sourceforge.net [66.35.250.207] port 22.
debug1: Connection established.
debug1: identity file /home/dave/.ssh/identity type 0
debug1: identity file /home/dave/.ssh/id_rsa type 1
debug1: identity file /home/dave/.ssh/id_dsa type 2
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.1p1
debug1: match: OpenSSH_3.1p1 pat OpenSSH_2.*,OpenSSH_3.0*,OpenSSH_3.1*
debug1: Local version string SSH-1.5-OpenSSH_3.6.1p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'cvs.sourceforge.net' is known and matches the RSA1 host key.
debug1: Found key in /home/dave/.ssh/known_hosts:33
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Trying RSA authentication with key '/home/dave/.ssh/identity'

^C (hung)

dave_at_penguin /cygdrive/c/src/dcforum
$ ssh -v cvs.sourceforge.net
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /home/dave/.ssh/config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to cvs.sourceforge.net [66.35.250.207] port 22.
debug1: Connection established.
debug1: identity file /home/dave/.ssh/identity type 0
debug1: identity file /home/dave/.ssh/id_rsa type 1
debug1: identity file /home/dave/.ssh/id_dsa type 2
ssh_exchange_identification: Connection closed by remote host
debug1: Calling cleanup 0x41b2a0(0x0)

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk