From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 00:55:18 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 C732416A420 for ; Thu, 2 Feb 2006 00:55:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D24443D45 for ; Thu, 2 Feb 2006 00:55:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id k120tFVd032349; Thu, 2 Feb 2006 02:55:16 +0200 Received: by flame.pc (Postfix, from userid 1001) id 04C22116E7; Thu, 2 Feb 2006 02:54:47 +0200 (EET) Date: Thu, 2 Feb 2006 02:54:46 +0200 From: Giorgos Keramidas To: albi Message-ID: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060202005745.dcd8e762.albi@scii.nl> Cc: freebsd-questions@freebsd.org 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 00:55:18 -0000 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 :)