summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-07-21 20:44:05 +1000
committerDamien Miller <djm@mindrot.org>2004-07-21 20:44:05 +1000
commitb5a21440a88fb8366d5032e8ce895cf7a52cb1ea (patch)
treef16184e9b2ca7193672b503bc4e7d413fb87816f /regress/README.regress
parent8fe0105be4b748fc7e93c1b0f781cbcc3795ca6b (diff)
- (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
that sshd is fixed to behave better; suggested by tim
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress10
1 files changed, 1 insertions, 9 deletions
diff --git a/regress/README.regress b/regress/README.regress
index e3e21f703..1c30be330 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -93,16 +93,8 @@ Failed tests can be difficult to diagnose. Suggestions:
93 93
94Known Issues. 94Known Issues.
95 95
96- If you build with tcpwrappers and try to run the regression tests,
97 your hosts.allow must permit connections from localhost and from
98 "unknown". This is because some tests are performed via the loopback
99 interface, while others are done with "sshd -i" as a ProxyCommand. In
100 the latter case, when sshd calls getpeername() on the socket it will
101 fail (because it's not a tcp socket) and will be identified as
102 "unknown", which is then checked against tcpwrappers.
103
104- If your build requires ssh-rand-helper regress tests will fail 96- If your build requires ssh-rand-helper regress tests will fail
105 unless ssh-rand-helper is in pre-installed (the path to 97 unless ssh-rand-helper is in pre-installed (the path to
106 ssh-rand-helper is hard coded). 98 ssh-rand-helper is hard coded).
107 99
108$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $ 100$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $