From owner-freebsd-questions Wed Jul 3 23:41:17 2002 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 4C33837B400; Wed, 3 Jul 2002 23:41:13 -0700 (PDT) Received: from mail7.ec.rr.com (fe7.southeast.rr.com [24.93.67.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9462743E5E; Wed, 3 Jul 2002 23:41:12 -0700 (PDT) (envelope-from freebsd@ec.rr.com) Received: from makayla ([66.26.7.34]) by mail7.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 4 Jul 2002 01:29:34 -0400 Date: Thu, 4 Jul 2002 01:31:31 -0400 From: Michael Sharp To: freebsd-security@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG Subject: ssk-keygen Message-Id: <20020704013131.1f7a014f.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-questions@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*** 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. *** 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-questions" in the body of the message