From owner-freebsd-bugs Sun Jan 20 15:19: 8 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from citadel.uliginous.dyndns.org (c42130.blktn1.nsw.optusnet.com.au [203.164.11.6]) by hub.freebsd.org (Postfix) with ESMTP id 695A237B41A; Sun, 20 Jan 2002 15:19:04 -0800 (PST) Received: (from bradf@localhost) by citadel.uliginous.dyndns.org (8.11.3nb1/8.11.3) id g0KNIeS04533; Mon, 21 Jan 2002 10:18:40 +1100 (EST) Date: Mon, 21 Jan 2002 10:18:39 +1100 From: Brad Forschinger To: roam@FreeBSD.org Cc: bnjf@optushome.com.au, freebsd-bugs@FreeBSD.org Subject: Re: bin/31683: ssh-keygen dumps core when changing a dsa passphrase Message-ID: <20020121101839.L19790@citadel.uliginous.dyndns.org> References: <200201062111.g06LBcf25536@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200201062111.g06LBcf25536@freefall.freebsd.org>; from roam@FreeBSD.org on Sun, Jan 06, 2002 at 01:11:38PM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jan 06, 2002 at 01:11:38PM -0800, roam@FreeBSD.org wrote: > Does the patch in the audit trail of PR bin/32175 fix the coredump for you? yep! % ssh-keygen -t dsa -p Enter file in which the key is (/home/bradf/.ssh/id_dsa): Key has comment 'dsa w/o comment' Enter new passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved with the new passphrase. % ssh-keygen -t dsa -p Enter file in which the key is (/home/bradf/.ssh/id_dsa): Enter old passphrase: Key has comment 'dsa w/o comment' Enter new passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved with the new passphrase. % -- Brad Forschinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message