[5572] in testers
Re: Athena 9.2.7: sshd? tcsh? sets bogus REMOTEHOST
daemon@ATHENA.MIT.EDU (Robert A Basch)
Wed Jun 25 10:00:38 2003
Message-Id: <200306251400.h5PE0aYs011925@abulia.mit.edu>
To: Ken Raeburn <raeburn@MIT.EDU>
cc: Robert A Basch <rbasch@MIT.EDU>, testers@MIT.EDU
In-Reply-To: Your message of "Wed, 25 Jun 2003 01:03:47 EDT."
<tx1ptl2eojw.fsf@mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Wed, 25 Jun 2003 10:00:36 -0400
From: Robert A Basch <rbasch@MIT.EDU>
> BTW, does it handle IPv6 (AF_INET6) addresses?
No, not yet, though it looks like the latest tcsh has some support for
INET6. Note that in the login case, the descriptor is a tty, so the
getpeername() fails, and the host name is gotten from utmp; in the ssh
non-login case, it is an AF_UNIX socket. So it's probably not worth
the effort to apply the INET6 code to our current version.
Bob