From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26329 invoked by alias); 25 Feb 2003 20:27:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26312 invoked from network); 25 Feb 2003 20:27:35 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 25 Feb 2003 20:27:35 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id PAA18489; Tue, 25 Feb 2003 15:15:23 -0500 Received: from dash ([192.168.20.34]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA31210; Tue, 25 Feb 2003 15:27:33 -0500 Message-ID: <005801c2dd0c$d5b06b10$2a00a8c0@dash> From: "Kris Warkentin" To: "Andrew Cagney" Cc: References: <003101c2dd09$f19df3e0$2a00a8c0@dash> <3E5BCF66.6050005@redhat.com> Subject: Re: ssh CVS access from another machine Date: Tue, 25 Feb 2003 20:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00540.txt.bz2 Here's the output....doesn't look like anything is wrong.... Strange. Oh well, I guess I'll wait until I'm back in tomorrow. cheers, Kris $ 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" To: "Kris Warkentin" Cc: 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 > >