]> andersk Git - openssh.git/blobdiff - regress/README.regress
- markus@cvs.openbsd.org 2004/02/24 16:56:30
[openssh.git] / regress / README.regress
index 55062cd1fe8a872a929b03e85346d911f0490f32..40322bc796ca93d8bf33ab046181687eb3cf3d5c 100644 (file)
@@ -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$
This page took 0.036786 seconds and 4 git commands to generate.