[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: newbie: ssh, dns



On/Dnia Thu, Mar 01, 2001 at 04:08:40PM +0100, Charles Goyard wrote/napisał(a)
> Let's try (my sshd runs with the -6 switch, remember ?) :
> ~$ ssh ip6-localhost
> ssh: ip6-localhost: Name or service not known
because your openssh is compiled with:
	--with-ipv4-default
and it's using AF_INET in getaddrinfo() calls (instead AF_UNSPEC) so:

[misiek@arm misiek]$ ssh ipv6-localhost
Last login: Thu Mar  1 16:13:56 2001 from ipv6-localhost

(openssh without that v4 option)


> Tell me if I miss the point, but it works for me...

> Charles 

-- 
Arkadiusz Miśkiewicz, AM2-6BONE    [ PLD GNU/Linux IPv6 ]
http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/   [ enabled ]



Reply to: