From owner-freebsd-questions@FreeBSD.ORG  Tue Mar 20 17:15:32 2007
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 86CDB16A408
	for <freebsd-questions@freebsd.org>;
	Tue, 20 Mar 2007 17:15:32 +0000 (UTC)
	(envelope-from meyer37@gmail.com)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F70013C46A
	for <freebsd-questions@freebsd.org>;
	Tue, 20 Mar 2007 17:15:32 +0000 (UTC)
	(envelope-from meyer37@gmail.com)
Received: by an-out-0708.google.com with SMTP id c24so1678403ana
	for <freebsd-questions@freebsd.org>;
	Tue, 20 Mar 2007 10:15:31 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=VxJSt/Op12Ajj+7IYMR58lblx6LGOw/b1Sy7tAsj9zjnksZGySCRPSrQALH2ozC0NtLoXrvqmZT5m47+iECyH7BnXlXCNZJ8cXSv8MMRPqyUtWJxheu+T0mdzGB60UyWAYrAMOgovgFjwWzz/IhX9yZGQm4DkX1XHOfgPkJ7Ibg=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
	b=auLiNxqMVZGW+1CyZU/HmVZ2IfZNi9j47SYL7E7a2fU9X42LQlrdYtJM/y76cAM+NWsMPwWd8AFhBVQnf0GI+qPZOkzLvGR40oojx1z7Y5JVtgbQWo1vQjGbM5KF1AP8EPeBuYeEH8EjXfiB3NWKNoagJC0apMy4WjX0UO1YR74=
Received: by 10.100.133.9 with SMTP id g9mr5300406and.1174410930077;
	Tue, 20 Mar 2007 10:15:30 -0700 (PDT)
Received: by 10.114.255.18 with HTTP; Tue, 20 Mar 2007 10:15:29 -0700 (PDT)
Message-ID: <612bc0a30703201015m2098eb13t56fb190f4b472021@mail.gmail.com>
Date: Tue, 20 Mar 2007 12:15:29 -0500
From: "Jeffrey Meyer" <meyer37@gmail.com>
To: freebsd-questions@freebsd.org
In-Reply-To: <612bc0a30703200951p564664e6sa62f34211706b784@mail.gmail.com>
MIME-Version: 1.0
References: <612bc0a30703200951p564664e6sa62f34211706b784@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: Jeff Meyer <jeffm@andersonlabs.com>
Subject: Openssh-portable
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Mar 2007 17:15:32 -0000

Hello all,
I recently installed the port openssh-portable. Since then I receive the
following when attempting to ssh into the box:

Permission denied (publickey).

I believe that I am getting this because sshd is attempting to use public
key authentication, but I don't want to use this at this point. I am not
sure what to do to be able to ssh into this box. Any help would be greatly
appreciated.

Jeff