Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SSH Installation
Name: sukrut_1 Date: December 23, 2003 at 21:39:46 Pacific OS: solaris 8 CPU/Ram: 256MB
Comment:
Hi All
I have one problem in SSH configuraton because when I am starting the sshd daemon it is giving me following error.
Could not load host key: /usr/local/etc/ssh_host_key Disabling protocol version 1. Could not load host key Missing privilege separation directory: /var/empty
Although I have installed SSH daemon and I have created public key's successfuly but I am stuck with this problem.
Name: westwood01 Date: December 27, 2003 at 04:30:26 Pacific
Reply:
Found this . . .
# /etc/init.d/sshd start starting SSHD daemon Could not load host key: /usr/local/etc/ssh_host_key Could not load host key: /usr/local/etc/ssh_host_rsa_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. #
The errors above are due to the fact that they didn't create any key pairs for their ssh server.
0
Response Number 2
Name: phaedo Date: December 29, 2003 at 15:30:31 Pacific
Reply:
It could also mean you don't have the /dev/random patch installed.
You don't say if you are using openssh or Sun's SSH. Read through http://sunfreeware.com/openssh.html as a nice guide.
0
Response Number 3
Name: stefanr Date: January 14, 2004 at 01:04:16 Pacific
Reply:
I have same error message. It was a problem with privilege.
Summary: i have installed patch 112438-01 openssh-3.4p1-sol8 openssl-0.96g-sol8 zlib-1.1.4-sol8 gcc-3.2 perl-5.6.1-sol8 when i am running the command ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" it...
Summary: Hi !!! I need to know where I can get the SSH daemon for Solaris 7, and if possible, tell me if I need to install more than this program and what else I need... Thanks a lot !!! Lorenzo. ...
Summary: hello,everyone: i have a question,it is for ssh.When i was install ssh in the solaris8 for intel.it is tell me "PRNG is not seeded.".What is this.How i can do? ...