From owner-freebsd-current@FreeBSD.ORG Wed May 7 12:33:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C7337B401 for ; Wed, 7 May 2003 12:33:09 -0700 (PDT) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71C243F93 for ; Wed, 7 May 2003 12:33:07 -0700 (PDT) (envelope-from mitya@fling-wing.demos.su) Received: from [194.87.5.69] (HELO fling-wing.demos.su) by demos.su (CommuniGate Pro SMTP 4.0.6/D4) with ESMTP-TLS id 69645284 for current@freebsd.org; Wed, 07 May 2003 23:33:06 +0400 Received: from fling-wing.demos.su (localhost [127.0.0.1]) by fling-wing.demos.su (8.12.9/8.12.6) with ESMTP id h47JX0Nu061206 for ; Wed, 7 May 2003 23:33:00 +0400 (MSD) (envelope-from mitya@fling-wing.demos.su) Received: (from mitya@localhost) by fling-wing.demos.su (8.12.9/8.12.6/Submit) id h47JX06b061195 for current@freebsd.org; Wed, 7 May 2003 23:33:00 +0400 (MSD) Date: Wed, 7 May 2003 23:33:00 +0400 From: Dmitry Sivachenko To: current@freebsd.org Message-ID: <20030507193259.GA60752@fling-wing.demos.su> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.4i Subject: ssh keys in -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 19:33:10 -0000 Hello! I used DSA key authorization in ssh for a while in -stable. Recently I setup -current box and copied my id_dsa and id.dsa.pub files from -stable machine. Now when I enter my passphrase it just asks it again... Probably I am missing something obvious? Thanks!