On Tue, Nov 07, 2000 at 12:57:06PM -0500, R . Sheppard wrote: > 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" you have to generate host keys without passphrases, i.e. use -N '' > 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? only unencrypted host keys are supported.
