On Tue, Feb 21, 2006 at 02:26:42PM -0500, George Georgalis wrote: > I'm pretty sure one of these disabled kernel options below is > causing the warning: > > # ssh root@localhost > socket: Protocol not supported It first tries IPv6 and falls back to IPv4. Compare to ssh root@127.0.0.1. Joerg