This content is submitted by a BigAdmin user. It has not been reviewed for technical accuracy by Sun Microsystems, though it may have been lightly edited to improve readability. If you find an error or would like to comment on the article, please contact the submitter or use the comment field at the bottom of the article.
Community submissions may not follow Sun trademark guidelines. For information on Sun trademarks, please see http://www.sun.com/suntrademarks/.
Installing OpenSSH on the Solaris 8 OS
By Joel Andrews
Overview
This document is a compilation of several documents. I have condensed them into one comprehensive resource. I have successfully used this document in an actual install of SSH.
Set the LD_LIBRARY_PATH containing /usr/local/lib and /usr/local/ssl/lib within the /etc/profile.
If you already have a real EGD, use the following command: # perl egc.pl /path/to/EGD-SOCKET read 255 > /etc/prngd-seed
Or cat some log files together: cat /var/adm/sulog /var/adm/vold.log > /etc/prngd-seed
Note: If you have trouble starting prngd, it may be necessary to create the following link. Only do so as a last resort. In most cases, the preceding command will create the [egd-pool] file.
# ln -s /var/spool/prngd/pool /var/run/egd-pool
Generating Keys
Once PRNGD has been seeded, generate the rsa, dsa, and rsa1 keys.
Generation commands (from the directory the install script was run in):
The information and links on this page have been provided by a BigAdmin
user. The submitter is solely responsible for such information and
links. Sun is not responsible for the availability of external sites or
resources, and does not endorse and is not responsible or liable for any
content, advertising, products, or other materials on or available from
such sites or resources. Sun will not be responsible or liable, directly
or indirectly, for any actual or alleged damage or loss caused by or in
connection with use of or reliance on the information posted here, or
goods or services available on or through any external site or
resource.