From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 02:12:24 2007 Return-Path: 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 9467416A40E for ; Wed, 21 Mar 2007 02:12:24 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 1E39113C4EC for ; Wed, 21 Mar 2007 02:12:23 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so97043ana for ; Tue, 20 Mar 2007 19:12:23 -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=ixFeRxoMc3q+Z3pZPIYUmcI6myvQCr+RgRqytwGXrwE5gDoIjUM401wljBhVz2Ioa7DEEH5xx04kr6LdJYr5C9/vhYfr7l6FMCb3uK8OT9kMcbKr+08hhCAm4fXqWrWJNdpudewzF5OaVw+YE/OS4JzUAsOJVokRIsuCEpjraf0= 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=XnPHTWPLgiNx2bakwNe05tcbMwlMas5HQGP6u8p6KcZBHi/UlT5qf0NqlhZtcA5aMuyvH8bDHIxSwj13jUyAbgP98GlJ0yS72ChhJ05Ap3mo334D80CIXxH/DzRuSOuVCzdaJV3uUOPuvyT/+sBY5ZjJgXM6TB5p4K1+yA/NFLw= Received: by 10.100.9.19 with SMTP id 19mr159276ani.1174443143045; Tue, 20 Mar 2007 19:12:23 -0700 (PDT) Received: by 10.100.142.20 with HTTP; Tue, 20 Mar 2007 19:12:22 -0700 (PDT) Message-ID: <87f7f4170703201912h48ca9665gc45314d063e790ac@mail.gmail.com> Date: Tue, 20 Mar 2007 22:12:22 -0400 From: "Jeremy Gransden" To: "Jeffrey Meyer" In-Reply-To: <612bc0a30703201015m2098eb13t56fb190f4b472021@mail.gmail.com> MIME-Version: 1.0 References: <612bc0a30703200951p564664e6sa62f34211706b784@mail.gmail.com> <612bc0a30703201015m2098eb13t56fb190f4b472021@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 , freebsd-questions@freebsd.org Subject: Re: Openssh-portable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 02:12:24 -0000 On 3/20/07, Jeffrey Meyer wrote: > > 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 > _______________________________________________ > 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" > Are you trying to use PasswordAuthentication? if so you need to enable it in /etc/ssh/sshd_config and restart sshd. see man sshd_config for details. thanks, jeremy