diff options
author | Damien Miller <djm@mindrot.org> | 2004-07-21 12:44:05 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-07-21 12:44:05 +0200 |
commit | b5a21440a88fb8366d5032e8ce895cf7a52cb1ea (patch) | |
tree | f16184e9b2ca7193672b503bc4e7d413fb87816f /regress | |
parent | - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from (diff) | |
download | openssh-b5a21440a88fb8366d5032e8ce895cf7a52cb1ea.tar.xz openssh-b5a21440a88fb8366d5032e8ce895cf7a52cb1ea.zip |
- (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
that sshd is fixed to behave better; suggested by tim
Diffstat (limited to 'regress')
-rw-r--r-- | regress/README.regress | 10 |
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: 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. - - If your build requires ssh-rand-helper regress tests will fail unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $ +$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $ |