From owner-cvs-ports Thu Oct 17 16:00:55 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06968 for cvs-ports-outgoing; Thu, 17 Oct 1996 16:00:55 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06942; Thu, 17 Oct 1996 16:00:43 -0700 (PDT) Date: Thu, 17 Oct 1996 16:00:43 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610172300.QAA06942@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/ssh/patches patch-ad Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/17 16:00:43 Added: security/ssh/patches patch-ad Log: It fixes a really annoying error reporting bug which happens if the remote end uses tcp_wrappers to control sshd access (it says something like "read: no such file or directory" or "read: permission denied" instead of "connection closed"). I already sent it in to the ssh mailing list. Submitted by: fenner