OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jun-ichiro itojun Hagino (itojuniijlab.net)
Date: Tue Feb 13 2001 - 22:56:16 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

            if you are on netbsd-current (and in the near future on 1.5),
            rnd(4) device is now mandatory to use in-tree ssh/sshd. there has been
            a fallback case implemented in the code, however, the quality of random
            number may have not been too good.

            if you wish to run ssh/sshd, enable rnd(4) device in your kernel
            configuration file. in summary, do the following steps if you don't
            have it yet:
            - add the following line into your kernel configuration file
            - rebuild the kernel
            - reboot with the new kernel.
            for 1.5 GENERIC kernel for most of the ports, it is already there,
            so there's high probability you have it already.

    --->8
    pseudo-device rnd
    --->8

            (for luna68k we cannot do this right now - i'm contacting the port
            maintainer)

    itojun