diff options
author | Damien Miller <djm@mindrot.org> | 2010-02-02 07:01:46 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-02-02 07:01:46 +0100 |
commit | 74d9825c0fb714398667200c6ca5ef8d2431ed8b (patch) | |
tree | 1ad2fae97511cf669e37b4d4c42eaff7f4b90ae7 /sshd.8 | |
parent | - djm@cvs.openbsd.org 2010/01/30 02:54:53 (diff) | |
download | openssh-74d9825c0fb714398667200c6ca5ef8d2431ed8b.tar.xz openssh-74d9825c0fb714398667200c6ca5ef8d2431ed8b.zip |
- djm@cvs.openbsd.org 2010/01/30 21:08:33
[sshd.8]
debug output goes to stderr, not "the system log"; ok markus dtucker
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |