|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi all, am having a problem getting ssh working. Here's what I've done so far:
Code:
# pkgadd -d /usr/evl/zlib.114.pkg (installed ok) # pkgadd -d /usr/evl/prngd-0.9.23.pkg (installed ok) # /usr/local/sbin/prngd /usr/local/var/run/egd-pool & (no erros) # pkgadd -d /usr/evl/openssh-3.4p1.pkg (installed ok) # /usr/sbin/sshd & and then get the following error: Code:
PRNG is not seeded So, how do I get PRNG to seed????? Cheers in advance |
|
#2
|
|||
|
|||
|
I don't have a way to test this. But since you're using a entropy gathering daemon pool, I think you need a switch like
/usr/sbin/sshd --with-egd-pool & But check your sshd man page to be sure of the syntax. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > SSH: PRNG is not seeded. Unixware 7.1.1 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|