Hello
I got the latest tarballs, i ./configure, make and make installed them fine.
I "ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N "xxxxx"
ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N "xxxxx"
when i type sshd
it says...
error: Could not load host key: /etc/ssh/ssh_host_key: Bad file descriptor
Disabling protocol version 1
error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 2
sshd: no hostkeys available -- exiting.
sshd: no hostkeys available -- exiting.
what am i doing wrong?
Rick.