From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 01:02:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7D3CC16A420 for ; Thu, 2 Feb 2006 01:02:46 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1365543D46 for ; Thu, 2 Feb 2006 01:02:46 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1212j50017735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 1 Feb 2006 17:02:45 -0800 X-Auth-Received: from [128.208.7.218] (pinocchio.dyn.cs.washington.edu [128.208.7.218]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1212ihQ013755 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 1 Feb 2006 17:02:45 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20060202005446.GA48453@flame.pc> References: <1138676399.30955.253148220@webmail.messagingengine.com> <20060131094135.GA2042@flame.pc> <1138836616.370.253326484@webmail.messagingengine.com> <20060201234837.GA57878@flame.pc> <20060202005745.dcd8e762.albi@scii.nl> <20060202005446.GA48453@flame.pc> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6C4EA295-4DAD-4FB3-9D2A-C1A9738CBCD9@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Wed, 1 Feb 2006 17:04:01 -0800 To: FreeBSD Questions X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions)) 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: Thu, 02 Feb 2006 01:02:46 -0000 On Feb 1, 2006, at 4:54 PM, Giorgos Keramidas wrote: > On 2006-02-02 00:57, albi wrote: >> On Thu, 2 Feb 2006 01:48:37 +0200 >> Giorgos Keramidas wrote: >>>> I spent a few hours yesterday trying to get SSH going again. I can >>>> login with SSH from the windows machine using Putty, but only when >>>> I use password authentication. In order to use cvs with ssh (using >>>> the plink program in Putty), we must use public key authentication. >>> >>> Unfortunately, I can't help with the Windows side. I'm only using >>> UNIX machines as clients, so Putty is something new to me :-( >> >> erhm.. cd /usr/ports/security/putty;make install :-) > > Heh! Well, fancy that... That's one of the side-effects of having an > SSH client in the base-system, I guess. Thanks to DES, I never needed > Putty on FreeBSD so far :) Putty's just a nice lightweight GUI ssh client for Windows that was ported to Unix sometime in the past 2 years. -Garrett