From owner-freebsd-stable Sat Jul 28 19:33:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 7073D37B403 for ; Sat, 28 Jul 2001 19:33:14 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.232]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010729023312.BXTG15499.mtiwmhc22.worldnet.att.net@worldnet.att.net>; Sun, 29 Jul 2001 02:33:12 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 511EB50BC6; Sat, 28 Jul 2001 22:37:14 -0400 (EDT) Date: Sat, 28 Jul 2001 22:37:14 -0400 From: parv To: Fred Condo Cc: Michael Vince , stable@FreeBSD.ORG Subject: ssh-keygen version (Re: scp/sftp large file transfers always fail) Message-ID: <20010728223714.A21366@moo.holy.cow> Mail-Followup-To: Fred Condo , Michael Vince , stable@FreeBSD.ORG References: <00f301c11759$b97c3de0$2201a8c0@purple> <20010728094847.D17672@absinthe.condo.chico.ca.us> <20010728163208.A1413@moo.holy.cow> <20010728145624.A39952@absinthe.condo.chico.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010728145624.A39952@absinthe.condo.chico.ca.us>; from fred@condo.chico.ca.us on Sat, Jul 28, 2001 at 02:56:24PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG on Jul 28 21:01, i got this from Fred... > On Sat, Jul 28, 2001 at 04:32:08PM -0400, parv wrote: > > on Jul 28 15:58, i got this from Fred... > > > > > > It does. Used the -t dsa option of ssh-keygen. Add your new dsa key to > > > ~/.ssh/authorized_keys2 on the remote systems you wish to connect > > > with. > > > > either i have different version of ssh(-keygen), or one would get an > > error if "-t" option is used w/ ssh-keygen; to generate dsa keys, i > > have to use "-d" as in... > > > > # ssh-keygen -d > > > > ...i also read about "-t" option in one of the articles on ibm > > developWorks, link is posted on rootprompt.org. my question: which > > version of ssh-keygen has the "-t" option? > > ssh-keygen -t is in my openssh 2.3.0 are you sure that's not 2.9? my version is 2.3.0, too, but doesn't support -t option; ssh -V gives: SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321, \ protocol versions 1.5/2.0. Compiled with SSL (0x0090601f). i went thru' the source (/source/src/crypto/openssh/ssh-keygen.c), cvsup'd on jul 17 2001, and didn't find -t option; and a visit to... http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/ssh-keygen.c ...confirms that 2.9 version has both the -t & -d options. while we are on the topic, the commit log says that revision 1.1.1.7 happened more than 2 months ago, then why do i have the 1.1.1.1.2.3 version when i cvsup'd less than a month ago? the cvsup servers were cvsup2 and cvsup4. ...seeking enlightenment... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message