MSYS build - stage 2 problem

Simon Marlow simonmar at microsoft.com
Fri Feb 27 13:46:55 EST 2004


The obvious difference between the two traces is that the MSYS one is
looking in /z/.ssh for your keys, whereas the cygwin one is looking in
/cygdrive/c/simonpj.  Maybe you have the HOME environment variable set
differently?

Cheers,
	Simon

> -----Original Message-----
> From: cvs-all-bounces at haskell.org 
> [mailto:cvs-all-bounces at haskell.org] On Behalf Of Simon Peyton-Jones
> Sent: 27 February 2004 13:26
> To: Mike Thomas
> Cc: cvs-ghc
> Subject: RE: MSYS build - stage 2 problem
> 
> Thanks Mike.  (I wish the mingw folk didn't assume people 
> know what DTK
> might mean.)
> 
> OK, next problem: ssh asks for my password on 
> cvs.haskell.org.  I don't
> know what my password is -- I rely on RSA encryption.  This works
> perfectly fine using Cygwin...  The only difference I can see is that
> the ssh version on Cygwin is 3.7.1p2, whereas the msys one is 2.9p2.
> The trace is below.
> 
> Stuck again
> 
> Simon
> 
> 
> $ ssh -v -1 cvs.haskell.org
> OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
> debug1: Reading configuration data /z/.ssh/config
> debug1: Seeding random number generator
> debug1: Rhosts Authentication disabled, originating port will not be
> trusted.
> debug1: restore_uid
> debug1: ssh_connect: getuid 500 geteuid 500 anon 1
> debug1: Connecting to cvs.haskell.org [129.95.44.145] port 22.
> debug1: temporarily_use_uid: 500/544 (e=500)
> debug1: restore_uid
> debug1: temporarily_use_uid: 500/544 (e=500)
> debug1: restore_uid
> debug1: Connection established.
> debug1: identity file /z/.ssh/identity type -1
> debug1: Remote protocol version 1.99, remote software version
> OpenSSH_2.2.0p1
> debug1: match: OpenSSH_2.2.0p1 pat ^OpenSSH[-_]2\.[012]
> debug1: Local version string SSH-1.5-OpenSSH_2.9p2
> debug1: Waiting for server public key.
> debug1: Received server public key (768 bits) and host key 
> (1024 bits).
> debug1: Host 'cvs.haskell.org' is known and matches the RSA1 host key.
> debug1: Found key in /z/.ssh/known_hosts:1
> debug1: Encryption type: 3des
> debug1: Sent encrypted session key.
> debug1: Installing crc compensation attack detector.
> debug1: Received encrypted confirmation.
> debug1: Doing password authentication.
> simonpj at cvs.haskell.org's password: 
> Permission denied, please try again.
> simonpj at cvs.haskell.org's password: 
> Permission denied, please try again.
> simonpj at cvs.haskell.org's password: 
> Permission denied.
> 
> 
> ========================
> 	Here's Cygwin's ssh:
> 
> OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
> debug1: Reading configuration data /cygdrive/c/simonpj/.ssh/config
> debug1: Reading configuration data /etc/ssh_config
> debug1: Connecting to cvs.haskell.org [129.95.44.145] port 22.
> debug1: Connection established.
> debug1: identity file /cygdrive/c/simonpj/.ssh/identity type 0
> debug1: Remote protocol version 1.99, remote software version
> OpenSSH_2.2.0p1
> debug1: match: OpenSSH_2.2.0p1 pat
> OpenSSH-2.0*,OpenSSH-2.1*,OpenSSH_2.1*,OpenSSH_2.2*
> debug1: Local version string SSH-1.5-OpenSSH_3.7.1p2
> debug1: Waiting for server public key.
> debug1: Received server public key (768 bits) and host key 
> (1024 bits).
> debug1: Host 'cvs.haskell.org' is known and matches the RSA1 host key.
> debug1: Found key in /cygdrive/c/simonpj/.ssh/known_hosts:1
> 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
> '/cygdrive/c/simonpj/.ssh/identity'
> debug1: Received RSA challenge from server.
> debug1: Sending response to host key RSA challenge.
> debug1: Remote: RSA authentication accepted.
> debug1: RSA authentication accepted by server.
> debug1: Requesting pty.
> debug1: Requesting shell.
> debug1: Entering interactive session.
> Last login: Fri Feb 27 05:24:56 2004 from 213.199.128.157
> 
> [simonpj at glass simonpj]$
> _______________________________________________
> Cvs-ghc mailing list
> Cvs-ghc at haskell.org
> http://www.haskell.org/mailman/listinfo/cvs-ghc
> 


More information about the Cvs-ghc mailing list