This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh CVS access from another machine


$ ssh -v sources.redhat.com
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
debug1: Reading configuration data /home/kewarken/.ssh/config
debug1: Applying options for sources.redhat.com
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to sources.redhat.com [66.187.233.205] port 22.
debug1: Connection established.
debug1: identity file /home/kewarken/.ssh/identity type -1
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.4p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'sources.redhat.com' is known and matches the RSA1 host key.
debug1: Found key in /home/kewarken/.ssh/known_hosts:2
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: cipher_init: set keylen (16 -> 32)
debug1: cipher_init: set keylen (16 -> 32)
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Doing challenge response authentication.
debug1: No challenge.
Permission denied.
debug1: Calling cleanup 0x419440(0x0)

----- Original Message -----
From: "Andrew Cagney" <ac131313 at redhat dot com>
To: "Kris Warkentin" <kewarken at qnx dot com>
Cc: <gdb at sources dot redhat dot com>
Sent: Tuesday, February 25, 2003 3:17 PM
Subject: Re: ssh CVS access from another machine


> It's the .ssh/identity file that is the `key'.  Try `ssh -v ...' and
> very carefully read the output.  The protection of that key may be wrong
> for instance.
>
> Andrew
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]