- djm@cvs.openbsd.org 2010/01/30 21:08:33

[sshd.8]
     debug output goes to stderr, not "the system log"; ok markus dtucker
This commit is contained in:
Damien Miller 2010-02-02 17:01:46 +11:00
parent c3ca35f424
commit 74d9825c0f
2 changed files with 10 additions and 4 deletions

View File

@ -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 20100130
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2010/01/28 00:21:18 - djm@cvs.openbsd.org 2010/01/28 00:21:18

8
sshd.8
View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .\" $OpenBSD: sshd.8,v 1.250 2010/01/30 21:08:33 djm Exp $
.Dd $Mdocdate: October 8 2009 $ .Dd $Mdocdate: January 30 2010 $
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
.Sh NAME .Sh NAME
@ -127,8 +127,8 @@ This allows easy monitoring of
.Nm sshd . .Nm sshd .
.It Fl d .It Fl d
Debug mode. Debug mode.
The server sends verbose debug output to the system The server sends verbose debug output to standard error,
log, and does not put itself in the background. and does not put itself in the background.
The server also will not fork and will only process one connection. The server also will not fork and will only process one connection.
This option is only intended for debugging for the server. This option is only intended for debugging for the server.
Multiple Multiple