search for: ipv6aa

Displaying 1 result from an estimated 1 matches for "ipv6aa".

2002 Aug 05
3
openssh on HPUX 11i
In case this hasn't already been reported or discussed... It took some doing for me to get openssh working on HPUX 11i. The fixes are quite simple. First, one must have the IPV6 package installed: em 512# swlist -l product | grep IPV6 IPV6AA A.01.01.5D IPv6 11i product Second, I have to edit config.h to undefine HAVE_GETADDRINFO. Without IPV6, ssh can't connect to remote hosts. I don't recall, but sshd might still function. Without undefining HAVE_GETADDRINFO, X11 doesn't work. It won't setup the...