[an error occurred while processing this directive]

  • Re: How to generate /usr/local/etc/ssh_host_key
    By : luke dudney ( Thu Aug 7 20:13:05 2003 )

    It might be more prudent to only configure the server for Protocol version 2, unless you have clients that can only use v1.
    In /usr/local/etc/sshd_config:
    Change
    #Protocol 1,2
    to
    Protocol 2

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