aboutsummaryrefslogtreecommitdiff
path: root/sshd.0
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-09-18 17:27:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-09-18 17:27:38 +0000
commit0dddc34c88de4b0421dbb5279ad265a3615cc0bf (patch)
treea3ace41867a87a4a940a57f82cd20c283e6aa7cb /sshd.0
parentcaafb97d9eb8cad8284ac8a5ce9c3926538bb862 (diff)
downloadsrc-0dddc34c88de4b0421dbb5279ad265a3615cc0bf.tar.gz
src-0dddc34c88de4b0421dbb5279ad265a3615cc0bf.zip
Vendor import of OpenSSH 6.3p1vendor/openssh/6.3p1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=255670 svn path=/vendor-crypto/openssh/6.3p1/; revision=255671; tag=vendor/openssh/6.3p1
Diffstat (limited to 'sshd.0')
-rw-r--r--sshd.013
1 files changed, 8 insertions, 5 deletions
diff --git a/sshd.0 b/sshd.0
index 83f9a881bf38..c48b987f95e7 100644
--- a/sshd.0
+++ b/sshd.0
@@ -5,8 +5,9 @@ NAME
SYNOPSIS
sshd [-46DdeiqTt] [-b bits] [-C connection_spec]
- [-c host_certificate_file] [-f config_file] [-g login_grace_time]
- [-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]
+ [-c host_certificate_file] [-E log_file] [-f config_file]
+ [-g login_grace_time] [-h host_key_file] [-k key_gen_time]
+ [-o option] [-p port] [-u len]
DESCRIPTION
sshd (OpenSSH Daemon) is the daemon program for ssh(1). Together these
@@ -60,8 +61,10 @@ DESCRIPTION
option is only intended for debugging for the server. Multiple
-d options increase the debugging level. Maximum is 3.
- -e When this option is specified, sshd will send the output to the
- standard error instead of the system log.
+ -E log_file
+ Append debug logs to log_file instead of the system log.
+
+ -e Write debug logs to standard error instead of the system log.
-f config_file
Specifies the name of the configuration file. The default is
@@ -634,4 +637,4 @@ CAVEATS
System security is not improved unless rshd, rlogind, and rexecd are
disabled (thus completely disabling rlogin and rsh into the machine).
-OpenBSD 5.3 October 4, 2012 OpenBSD 5.3
+OpenBSD 5.4 June 27, 2013 OpenBSD 5.4