![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk continue | anhtt | Shell Programming and Scripting | 3 | 03-11-2008 12:08 PM |
| continue example | xramm | Shell Programming and Scripting | 7 | 07-03-2007 03:10 AM |
| Continue an 'scp' tranfser? | deckard | UNIX for Advanced & Expert Users | 3 | 12-19-2005 05:08 PM |
| Will the continue function work ???? | kamlesh_p | Shell Programming and Scripting | 2 | 10-12-2005 08:27 AM |
| continue the suspended jobs | killerserv | UNIX for Advanced & Expert Users | 6 | 01-10-2002 03:09 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
ssh installation won't continue
Hi All,
I was following an instructions in the Installing OpenSSH Packages - SPARC and Intel/Solaris 8 regarding ssh installation on Solaris 8. When I got on "Step Five: Installing ssh and sshd" and run the following: # ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" PRNG is not seeded # What did I do wrong? Please help. Thanks in advance. |
|
||||
|
There was a faq on how to fix that, I did that by patching it with [112438 (Sparc) or 112439 (x86)]
but I got this on the next steps: # /etc/rc2.d/S98sshd start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/usr/local/etc/ssh_host_key' are too open It is recommended that your private key files are NOT accessibl This private key will be ignored. bad permissions: ignore key: /usr/local/etc/ssh_host_key Could not load host key: /usr/local/etc/ssh_host_key @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/usr/local/etc/ssh_host_rsa_key' are too It is recommended that your private key files are NOT accessibl This private key will be ignored. bad permissions: ignore key: /usr/local/etc/ssh_host_rsa_key Could not load host key: /usr/local/etc/ssh_host_rsa_key @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/usr/local/etc/ssh_host_dsa_key' are too It is recommended that your private key files are NOT accessibl This private key will be ignored. bad permissions: ignore key: /usr/local/etc/ssh_host_dsa_key Could not load host key: /usr/local/etc/ssh_host_dsa_key Disabling protocol version 1. Could not load host key Disabling protocol version 2. Could not load host key sshd: no hostkeys available -- exiting. # So I change the permission to 0600 to the three files above. Then wala... Thanks! Last edited by itik; 07-02-2008 at 11:44 PM.. |
|
||||
|
You would not had gone thru the hassle if you've just used " ssh-keygen -t rsa "
![]() |
| Sponsored Links | ||
|
|