[an error occurred while processing this directive]

  • Thank You!
    By : Dave ( Wed Jul 21 16:05:14 2004 )

    I've added the following lines to the sshd text file ... showing start up steps.

    # chmod +x /etc/init.d/sshd (this file)
    # ln -s /etc/init.d/sshd /etc/rc2.d/S99sshd
    #
    # /usr/local/bin/ssh-keygen -d -f /usr/local/etc/ssh_host_dsa_key -N ""
    # /usr/local/bin/ssh-keygen -b 1024 -f /usr/local/etc/ssh_host_rsa_key -t rsa -N
    ""
    # useradd sshd
    # mkdir -p /var/empty

    Very well written documentation. Thank you!

    Dave

    Return to article...[an error occurred while processing this directive]