From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 17:17:53 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 A3BB916A40E for ; Tue, 20 Mar 2007 17:17:53 +0000 (UTC) (envelope-from meyer37@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 6046B13C4B0 for ; Tue, 20 Mar 2007 17:17:53 +0000 (UTC) (envelope-from meyer37@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so849760nza for ; Tue, 20 Mar 2007 10:17:52 -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:mime-version:content-type; b=joTfxVZi8xcYPFR2bdDSVMiHUuOATpk2pvXpi2DtWaGo3z9S14CjE3jj6QTtAxbVt0VB8HIkwmTAuEoobsyzPbc3hqcs12IFP1poLSdRzcXwxK7wNxPMrLmUi7XZUFHs6mcMf58XccrcNNEVMwQjymwYkezPplMpk53TFSSU4Es= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WCJhrBlTCMR2EK7V+rSXhJl93Z9e8C9zIsPzZGVEZ/QBrX/RYu2bsbRA3MpEjLRLTsSB4ehTJdrz7PWeuMrm4TT440s1ztSJe5SBJvmrX0X+YFuLKK0A3Z7YPzZ2p5Vy6ZNNGT7U15/50sVNsS6bjDJDXs3FpBLTnu87bqRK4xs= Received: by 10.100.42.7 with SMTP id p7mr5245458anp.1174409498131; Tue, 20 Mar 2007 09:51:38 -0700 (PDT) Received: by 10.114.255.18 with HTTP; Tue, 20 Mar 2007 09:51:37 -0700 (PDT) Message-ID: <612bc0a30703200951p564664e6sa62f34211706b784@mail.gmail.com> Date: Tue, 20 Mar 2007 11:51:37 -0500 From: "Jeffrey Meyer" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: 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: Tue, 20 Mar 2007 17:17:53 -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