From 74d9825c0fb714398667200c6ca5ef8d2431ed8b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 2 Feb 2010 17:01:46 +1100 Subject: [PATCH] - djm@cvs.openbsd.org 2010/01/30 21:08:33 [sshd.8] debug output goes to stderr, not "the system log"; ok markus dtucker --- ChangeLog | 6 ++++++ sshd.8 | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56cc86ae7..703ed6dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20100202 + - (djm) OpenBSD CVS Sync + - djm@cvs.openbsd.org 2010/01/30 21:08:33 + [sshd.8] + debug output goes to stderr, not "the system log"; ok markus dtucker + 20100130 - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2010/01/28 00:21:18 diff --git a/sshd.8 b/sshd.8 index 7878d9f06..76b7e2987 100644 --- a/sshd.8 +++ b/sshd.8 @@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.249 2009/10/08 20:42:13 jmc Exp $ -.Dd $Mdocdate: October 8 2009 $ +.\" $OpenBSD: sshd.8,v 1.250 2010/01/30 21:08:33 djm Exp $ +.Dd $Mdocdate: January 30 2010 $ .Dt SSHD 8 .Os .Sh NAME @@ -127,8 +127,8 @@ This allows easy monitoring of .Nm sshd . .It Fl d Debug mode. -The server sends verbose debug output to the system -log, and does not put itself in the background. +The server sends verbose debug output to standard error, +and does not put itself in the background. The server also will not fork and will only process one connection. This option is only intended for debugging for the server. Multiple