PRNG is not seeded的解決辦法!

Home Home
引用 | 編輯 aa
2003-04-28 09:50
樓主
推文 x0
作者:twlogin   發表時間:2002/11/29 06:08pm

[這個貼子最後由twlogin在 2002/11/29 06]

這兩天看到問openssh安裝問題的人很多
都被PRNG is not seeded這個問題所困擾 下面是我的解決辦法
首先要保證openssh所要求的包你都安裝了
1。sun的patch 112438-01
其實這個patch安裝了有時也沒有用 打這個patch的目的是因為8默認沒有一個隨機數設備
安裝這個patch就是為解決這個問題 但從實際使用情況來看,沒有什麼用 所以建議不要安裝。

2。安裝一個第3方的軟件 ANDIrand-0.7-5.8-sparc-1.pkg
安裝了這個軟件之後,會在/dev/目錄下生成2個隨機數設備
random urandom
安裝之後不用重起
這時你在起 openssh 就會正常了

這個軟件的下載地址
for 2.6
[url]http]
for 8
[url]http]

希望這個帖子能夠終結這個問題

獻花 x0
引用 | 編輯 aa
2003-04-28 09:51
1樓
  
You should consider applying the Solaris8 patch 112438 which provides
a kernel based /dev/random and /dev/urandom interface so that openssh
and openssl can run without prngd.

However, if you want to stick with prngd I would guess the error message
below is because you are not actually running prngd.

According to Szymon Pindral:
[ Charset ISO-8859-2 unsupported, converting... ]
> Hi,
>
> I tried to install OpenSSH 3.4p1 on Sun Solaris 8.
> After download I installed belong patches:
> - openssh-3.4p1-sol8-sparc-local
> - openssl-0.9.6g-sol8-sparc-local
> - prngd-0.9.25-sol8-sparc-local
> - tcp_wrappers-7.6-sol8-sparc-local
> - zlib-1.1.4-sol8-sparc-local
> - egd-0.8-sol8-sparc-local
> - libgcc-3.2-sol8-sparc-local
> - perl-5.6.1-sol8-sparc-local
>
> Follow instruction I made /var/empty directory with special rights:
> useradd -g sshd -c 'sshd priv sep' -d /var/empty -s /bin/false sshd
>
> Next step was to create /etc/hosts.deny and /etc/host.allow files to setup tcp_wrappers.
>
> The final step was to run the command:
> ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N ""
>
> after this command i recive message: PRNG is not seeded.
>
> How to solve this problem ??
> Can You help me
>
> Regards
>
> Szymon
>

獻花 x0