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

Re: inetd / ssh



On Mon, Jun 11, 2001 at 05:07:49PM +0200, Remco van de Meent wrote:
> Anand Kumria wrote:
> > Has anyone had any success with ssh (open ssh 2.5.2p2-2.1) and IPv6?
> 
> Yep, no problems at all...
> 
> client side:
>   ssh     2.5.2p2-2.1
>   libc6   2.2.3-5
> 
> server side:
>   ssh     1.2.3-9.3
>   libc6   2.1.3-18

Hmm, mine is the other way around.

Server side:
kernel: 2.2.17, 2.2.19
ssh 2.5.2p2-2, 2.5.2p2-2.1
libc6: 2.2.3-1, 2.2.3-4, 2.2.3-5

All connection fail with the following:

> Also when I connect to ::1 on the client side, it works fine.

setsockopt(4, SOL_SOCKET, SO_LINGER, [1], 8) = 0
setsockopt(4, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
brk(0x808e000)                          = 0x808e000
getpeername(4, {sin_family=AF_INET6, sin6_port=htons(1062), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=htonl(0)}}, [24]) = 0
brk(0x8091000)                          = 0x8091000
time([992875996])                       = 992875996
getpid()                                = 845
rt_sigaction(SIGPIPE, {0x401ed3b8, [], 0x4000000}, {SIG_DFL}, 8) = 0
socket(PF_UNIX, SOCK_DGRAM, 0)          = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
connect(3, {sin_family=AF_UNIX, path="      /dev/log"}, 16) = 0
send(3, "<34>Jun 19 00:53:16 sshd[845]: fatal: get_sock_port: getnameinfo NI_NUMERICSERV failed", 86, 0) = 86
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0

I saw an earlier message by YOSHIFUJI where it is stated I need a 2.4.x
kernel before this will work. Can anyone confirm this IPv6 + SSH and a
2.2.x kernel working at all?

Thanks,
Anand



Reply to: