summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress10
1 files changed, 9 insertions, 1 deletions
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:
82 82
83Known Issues. 83Known Issues.
84 84
85- If you build with tcpwrappers and try to run the regression tests,
86 your hosts.allow must permit connections from localhost and from
87 "unknown". This is because some tests are performed via the loopback
88 interface, while others are done with "sshd -i" as a ProxyCommand. In
89 the latter case, when sshd calls getpeername() on the socket it will
90 fail (because it's not a tcp socket) and will be identified as
91 "unknown", which is then checked against tcpwrappers.
85 92
86$Id: README.regress,v 1.2 2004/01/26 17:37:09 tim Exp $ 93
94$Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $