f0540167c0
* Build properly on systems that don't have /dev/urandom by testing for the presence of /dev/urandom, instead of just testing for Solaris. * Add disabled code to handle PAM (not quite working yet with security/PAM). * Make the sshd rc.d script more /etc/rc.subr-friendly. * Minimize amount of diffs from pristine OpenSSH sources.
8 lines
358 B
Text
8 lines
358 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.urandom,v 1.1 2002/02/05 04:17:31 jlam Exp $
|
|
|
|
You will need a working /dev/urandom. Please make sure you have a kernel
|
|
compiled from a config file containing the line:
|
|
|
|
pseudo-device rnd
|
|
===========================================================================
|