I have compiled ssh 1.2.26 on an HP-UX 10.20 system and done the
./configure, make, make install, and make hostinstall. Everything compiled
okay. It seems that some of the file copies in the make install and make
hostinstalls didn't work, having something to do with the 1's on the ends of
all the filenames. It compiles ssh and tries to copy ssh1 :(
I copied the files by hand to /usr/local/bin and /usr/local/sbin and copied
myself an /etc/ssh_config and /etc/sshd_config. However, when I run the
sshd daemon in /usr/local/sbin, I get:
error: fatal: Could not load host key: _ETCDIR_/ssh_host_key. Check path
and permissions.
Of course the /etc/ssh_host_key and .pub are there, and doing an
sshd -h /etc/ssh_host_key
works. Is there any way to fix the _ETCDIR_ so that just plain
sshd
will work?
Thanks,
Charles Leeds
[EMAIL PROTECTED]