![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading a file and writing the file name to a param file. | thebeginer | UNIX for Advanced & Expert Users | 1 | 10-05-2007 01:38 PM |
| Reading file names from a file and executing the relative file from shell script | anushilrai | Shell Programming and Scripting | 4 | 03-10-2006 02:25 AM |
| file //.ssh/prng_seed is not a regular file | penguin-friend | UNIX for Advanced & Expert Users | 3 | 10-17-2002 03:13 AM |
| How to create a prng_seed file? | penguin-friend | UNIX for Advanced & Expert Users | 1 | 07-25-2002 09:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SSH and file prng_seed
I need some help... What use is there to the file prng_seed under Solaris?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
it's probably used as a seed for a random number generator (pseudo random number generator, PRNG).
In order to work, a random number generator requires a so called "seed" as input so it doesn't always output the same number.
__________________
[ Please put signature here ] |
|
#3
|
|||
|
|||
|
PRNG_SEED is used by ssh to create random keys to encrypt data.
A better solution is to use a /dev/random device. This uses an entropy gathering mechanism which creates random numbers which are very difficult to predict. If you're running Solaris 8 you can install patch 112438 which will create the /dev/random device. For 2.6 and 7 you need to install SUNWski. |
|||
| Google The UNIX and Linux Forums |