From 4f9f6794c599c67c6ae6647ab5820cd1e36fca0d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 28 Jan 2004 12:26:14 +1100 Subject: - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@ --- regress/README.regress | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'regress/README.regress') diff --git a/regress/README.regress b/regress/README.regress index 48048ab12..b479c6c07 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -82,5 +82,13 @@ Failed tests can be difficult to diagnose. Suggestions: Known Issues. +- If you build with tcpwrappers and try to run the regression tests, + your hosts.allow must permit connections from localhost and from + "unknown". This is because some tests are performed via the loopback + interface, while others are done with "sshd -i" as a ProxyCommand. In + the latter case, when sshd calls getpeername() on the socket it will + fail (because it's not a tcp socket) and will be identified as + "unknown", which is then checked against tcpwrappers. -$Id: README.regress,v 1.2 2004/01/26 17:37:09 tim Exp $ + +$Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $ -- cgit v1.2.3