X-Term wrote...
> Just installed SSH2 on a RedHat 6.0 Linux box and can't make it work from inetd. 
>Whenever I try to login, I receive this error message :
> 
> Disconnected; protocol error (Protocol error: packet too long: 700127386.)

Do this. (Took me *forever* to figure this one out)

Configure ssh2 without tcp wrappers support.

root# ./configure --with-libwrap=no --any-other-options-you-want
(output from configure)
root# make
root# make install

This will fix your problem for sure.

Josh

Reply via email to