From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 02:18:32 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7773916A4CE for ; Sun, 20 Feb 2005 02:18:32 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD05A43D2D for ; Sun, 20 Feb 2005 02:18:31 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j1K2IUXq006755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Feb 2005 18:18:31 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id j1K2IT28006753; Sat, 19 Feb 2005 18:18:29 -0800 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sat, 19 Feb 2005 18:18:29 -0800 From: "Loren M. Lang" To: Timothy Smith Message-ID: <20050220021829.GB4471@alzatex.com> References: <421695E7.2050407@open-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <421695E7.2050407@open-networks.net> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C cc: freebsd-questions@freebsd.org Subject: Re: ssh key authentication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 02:18:32 -0000 On Sat, Feb 19, 2005 at 11:27:03AM +1000, Timothy Smith wrote: > i've followed the howto exactly and it still doesn't work. i don't know > wtf i'm doing wrong. here is the output i get in verbose mode > > Password: > > the files i have in the local host > > ls -l /home/timothy/.ssh/ > total 6 > -rw------- 1 timothy wheel 672 Feb 19 11:06 id_dsa > -rw-r--r-- 1 timothy wheel 621 Feb 19 11:06 id_dsa.pub > -rw-r--r-- 1 timothy wheel 614 Feb 19 11:21 known_hosts > > the files i have in the remote host > ls -l > total 4 > -rw-r--r-- 1 timothy wheel 241 Feb 18 22:44 authorised_keys > -rw-r--r-- 1 timothy wheel 621 Feb 19 11:12 authorised_keys2 It looks like you copied id_dsa.pub to authorized_keys2. On recent versions of ssh, all public authorized keys are stored in authorized_keys. Do: cat authorized_keys2 >> authorized_keys && rm authorized_keys2 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C