From owner-freebsd-questions@FreeBSD.ORG Fri Nov 12 23:21:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 100AE106566C for ; Fri, 12 Nov 2010 23:21:53 +0000 (UTC) (envelope-from xsappyx@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 98E7F8FC1C for ; Fri, 12 Nov 2010 23:21:52 +0000 (UTC) Received: by wyb36 with SMTP id 36so500746wyb.13 for ; Fri, 12 Nov 2010 15:21:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=qjfMJA+SurSbzJtOLvJ63zHxekXzE5H+dt8s2HlIR/w=; b=bY2wlVoenHYFgr0OT0c8fOHrUi6vkaQ3184sQmNBqushiLPqVg2rZicWUoHmZ4g+mS Flyk0DcydSavtpy8KQ2e8uK3J6kYl2N6gBz3gjKublP7vEpFPKtaxFHi5McNmamzRvvO V/zXd/kly+Py7jBmkyUtDbOSu4VUYQDgcxJNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=g5dyUYyDD5F4E+AXnExW8gMvwE0dqtH8Vj+aQ0rFawTBcYM/DGo8oM0IiqXNm4YU8G HPhvUTYcdNMtbrJVYfCNnUtoxYI5C/GY4MlSLLcX1RqmOnK93WvEsGDOKEKBIXr4MDH9 ZdCFRQHcnyKTMfer7IYnVheUS5qFAekodEDkQ= MIME-Version: 1.0 Received: by 10.216.178.83 with SMTP id e61mr4216153wem.12.1289602728600; Fri, 12 Nov 2010 14:58:48 -0800 (PST) Received: by 10.216.88.138 with HTTP; Fri, 12 Nov 2010 14:58:48 -0800 (PST) In-Reply-To: References: Date: Fri, 12 Nov 2010 14:58:48 -0800 Message-ID: From: xSAPPYx To: Jerrin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: ssh authentication error 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: Fri, 12 Nov 2010 23:21:53 -0000 On Thu, Nov 11, 2010 at 10:06, Jerrin wrote: > Hi, > > =C2=A0On a mac system i generated the key using ssh-keygen -t dsa and cop= ied > .ssh/id_dsa.pub to /home/user/.ssh/authorized_keys on a Freebsd server, b= ut > it prompts for the password Check perms on /home/user/.ssh/authorized_keys chmod 640 or 600, not 644 If that doesn't work, try to ssh with a -v or -vv, that might give you more of a clue