From owner-freebsd-stable Thu Jul 4 3:31:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAB937B400 for ; Thu, 4 Jul 2002 03:31:53 -0700 (PDT) Received: from mail4.ec.rr.com (fe4.southeast.rr.com [24.93.67.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EDC43E09 for ; Thu, 4 Jul 2002 03:31:52 -0700 (PDT) (envelope-from freebsd@ec.rr.com) Received: from makayla ([66.26.7.34]) by mail4.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 4 Jul 2002 06:31:47 -0400 Date: Thu, 4 Jul 2002 06:33:43 -0400 From: Michael Sharp To: freebsd-stable@FreeBSD.ORG Subject: ssh-keygen Message-Id: <20020704063343.7aaa41fb.freebsd@ec.rr.com> X-Mailer: FreeBSD 4.6 http://www.freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 I did a cvsup of RELENG_4 about 2 hours ago ( July 4th @ 12:05 am )and noticed the new openssh3.4p1 and pam.conf source so I decided to make world. On reboot, ssh-keygen fails to make RSA keys because in rc.network there is no -t rsa option when running ssh-keygen. ***I changed it*** on my system and all is well. This is likely to come up on the questions and security list for those that did a cvsup at about the same time I did. I'm sure its been discovered and fixed by now, but if not, I thought I would send it. *** if [ ! -f /etc/ssh/ssh_host_key ]; then echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -t rsa -N "" -f /etc/ssh/ssh_host_key *** Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message