From owner-freebsd-stable Tue Oct 2 7:20:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from buffoon.automagic.org (buffoon.automagic.org [208.185.30.208]) by hub.freebsd.org (Postfix) with SMTP id 1C4A737B406 for ; Tue, 2 Oct 2001 07:20:47 -0700 (PDT) Received: (qmail 37444 invoked by uid 1000); 2 Oct 2001 14:20:46 -0000 Date: Tue, 2 Oct 2001 10:20:46 -0400 From: Joe Abley To: "Klaus-J. Wolf" Cc: freebsd-stable@freebsd.org Subject: Re: SSH Problem Message-ID: <20011002102045.A36532@buffoon.automagic.org> References: <20011002093528.A38272@coelis.nacamar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011002093528.A38272@coelis.nacamar.de> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 02, 2001 at 09:35:28AM +0200, Klaus-J. Wolf wrote: > with 4.4-STABLE 010929, ssh seems to work unexpectedly - even when I > have my public key in the target machine's authorized_keys, ssh aks me > for a password (breaks a lot of scripts). You have two public keys: client:~/.ssh/identity.pub -- RSA public key client:~/.ssh/id_dsa.pub -- DSA public key Sounds like your ssh client and server are preferring to use the SSH version 2 protocol, and hence the DSA key. Append the DSA key in client:~/.ssh/id_dsa.pub to server:~/.ssh/authorized_keys2. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message