Summary: opensshd - PRNG is not seeded - Patch 112438 doesn't install properly

From: LOEWENTHAL Simon <sloewenthal_at_gemini.edu>
Date: Thu Jul 22 2004 - 11:03:15 EDT
Thanks to Casper Dik who put me back on track:

His answer was:

  Remove the device nodes you installed; then try:
  rem_drv random
  add_drv -m '* 0644 root sys' random

Which led me to do the following:

First,I removed the devices I had made and then the symbolic links.
# rm /devices/pseudo/random@0:random
# rm /devices/pseudo/random@0:urandom
# rm /dev/urandom /dev/random
# rem_drv random
Driver (random) not installed.  (Not surprised as it was never loaded in the
first place)
# add_drv -m '* 0644 root sys' random
# modinfo|grep random
224 1027d26e 1dea 231 1 random (random number device v1.1)
The devices were recreated:
0 crw-r--r-- 1 root sys 231, 0 Jul 22 10:45 /devices/pseudo/random@0:random
0 crw-r--r-- 1 root sys 231, 1 Jul 22 10:45 /devices/pseudo/random@0:urandom
# cd /dev
# ln -s ../devices/pseudo/random@0:random /dev/random
# ln -s ../devices/pseudo/random@0:urandom /dev/urandom

Et voila, ca marche:
# /etc/init.d/opensshd start
Creating new RSA public/private host key pair
Generating public/private rsa key pair.
Your identification has been saved in /opt/csw/etc/ssh_host_rsa_key.
Your public key has been saved in /opt/csw/etc/ssh_host_rsa_key.pub.
The key fingerprint is:
xx:xx:xx:xx... root@chub
Creating new DSA public/private host key pair
Generating public/private dsa key pair.
Your identification has been saved in /opt/csw/etc/ssh_host_dsa_key.
Your public key has been saved in /opt/csw/etc/ssh_host_dsa_key.pub.
The key fingerprint is:
xx:xx:xx:xx... root@chub


Rdgs/Atentamente,
Simon.

---
Simon Loewenthal
Gemini Observatory
Information Systems Group
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.725 / Virus Database: 480 - Release Date: 19/07/2004
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Thu Jul 22 11:03:50 2004

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:35 EST