i figured this would be a quick way to get this fixed:
the chunk of code initializing sshd is broken:
case ${sshd_enable} in
[Yy][Ee][Ss])
if [ ! -f /etc/ssh/ssh_host_key ]; then
echo ' creating ssh RSA host key';
/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key
fi
** if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then
** case ${nisdomainecho ' creating ssh DSA host key';
** [Nn][Oo] | '') /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key
** fi
;;
--
[ Jim Mercer [EMAIL PROTECTED] +1 416 410-5633 ]
[ Reptilian Research -- Longer Life through Colder Blood ]
[ Don't be fooled by cheap Finnish imitations; BSD is the One True Code. ]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message