From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 14:11:55 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 981B016A4CE for ; Fri, 18 Feb 2005 14:11:55 +0000 (GMT) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C601343D2F for ; Fri, 18 Feb 2005 14:11:54 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-185-124-251.woh.rr.com [65.185.124.251]) j1IEBpwZ024354 for ; Fri, 18 Feb 2005 09:11:52 -0500 (EST) Message-ID: <006d01c515c3$92ed5300$fb7cb941@satellite> From: "dave" To: Date: Fri, 18 Feb 2005 09:10:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ssh, sftp, and public key authentication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 14:11:55 -0000 Hello, I've got a machine i use public keys on to which i'm trying to ssh. When i created a key for this user i did not define a passphrase, yet i am being asked for one when i ssh in to the box. I use the command ssh -i hostname however if i do sftp username@hostname i'm allowed in no questions asked. Help needed! Thanks. Dave.