From owner-freebsd-questions Wed Oct 2 23:38:29 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 B144637B401 for ; Wed, 2 Oct 2002 23:38:28 -0700 (PDT) Received: from hotmail.com (f171.sea1.hotmail.com [207.68.163.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A6043E4A for ; Wed, 2 Oct 2002 23:38:28 -0700 (PDT) (envelope-from firstolasto@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Oct 2002 23:38:28 -0700 Received: from 12.235.232.75 by sea1fd.sea1.hotmail.msn.com with HTTP; Thu, 03 Oct 2002 06:38:27 GMT X-Originating-IP: [12.235.232.75] From: "Firsto Lasto" To: freebsd-questions@freebsd.org Subject: PRNG not seeded - error in non-root ssh inside 4.6.2 jails... Date: Wed, 02 Oct 2002 23:38:27 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Oct 2002 06:38:28.0120 (UTC) FILETIME=[7B575980:01C26AA7] 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 Hello, I have found that if you create a jail in FreeBSD 4.6.2, and then log into that jail ... if you are root you can scp and ssh just fine. However if you are not root and you attempt to ssh or scp, you get this error: PRNG is not seeded A few details - first, I created my jail by simply using the dump command to dump my / filesystem, and then restoring that inside the jail. Not elegant, but it works - so the jail in question has a full /dev and everything. Second, I used the exact same method in 4.6.1 and did not have problems. I saw a usenet post that recommended solving the problem with this: "chmod a+r /dev/*rand*" however I tried that, and now when I try to ssh or scp from a non root user inside the jail, I get: "Host key verification failed" Does anyone know why this happens, why it didn't happen prior to 4.6.2, and how I can fix it ? thanks! _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message