Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2001 10:20:46 -0400
From:      Joe Abley <jabley@automagic.org>
To:        "Klaus-J. Wolf" <klaus-juergen.wolf@de.tiscali.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: SSH Problem
Message-ID:  <20011002102045.A36532@buffoon.automagic.org>
In-Reply-To: <20011002093528.A38272@coelis.nacamar.de>
References:  <20011002093528.A38272@coelis.nacamar.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011002102045.A36532>