Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 10:04:42 -0400
From:      Jim Mercer <jim@reptiles.org>
To:        hackers@freebsd.org
Subject:   problem with 4.1-stable /etc/rc.network
Message-ID:  <20000829100441.D7777@reptiles.org>

next in thread | raw e-mail | index | archive | help

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                 jim@reptiles.org              +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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000829100441.D7777>