diff options
Diffstat (limited to 'sshd.0')
-rw-r--r-- | sshd.0 | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -5,8 +5,9 @@ NAME | |||
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | sshd [-46DdeiqTt] [-b bits] [-C connection_spec] | 7 | sshd [-46DdeiqTt] [-b bits] [-C connection_spec] |
8 | [-c host_certificate_file] [-f config_file] [-g login_grace_time] | 8 | [-c host_certificate_file] [-E log_file] [-f config_file] |
9 | [-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len] | 9 | [-g login_grace_time] [-h host_key_file] [-k key_gen_time] |
10 | [-o option] [-p port] [-u len] | ||
10 | 11 | ||
11 | DESCRIPTION | 12 | DESCRIPTION |
12 | sshd (OpenSSH Daemon) is the daemon program for ssh(1). Together these | 13 | sshd (OpenSSH Daemon) is the daemon program for ssh(1). Together these |
@@ -60,8 +61,10 @@ DESCRIPTION | |||
60 | option is only intended for debugging for the server. Multiple | 61 | option is only intended for debugging for the server. Multiple |
61 | -d options increase the debugging level. Maximum is 3. | 62 | -d options increase the debugging level. Maximum is 3. |
62 | 63 | ||
63 | -e When this option is specified, sshd will send the output to the | 64 | -E log_file |
64 | standard error instead of the system log. | 65 | Append debug logs to log_file instead of the system log. |
66 | |||
67 | -e Write debug logs to standard error instead of the system log. | ||
65 | 68 | ||
66 | -f config_file | 69 | -f config_file |
67 | Specifies the name of the configuration file. The default is | 70 | Specifies the name of the configuration file. The default is |
@@ -634,4 +637,4 @@ CAVEATS | |||
634 | System security is not improved unless rshd, rlogind, and rexecd are | 637 | System security is not improved unless rshd, rlogind, and rexecd are |
635 | disabled (thus completely disabling rlogin and rsh into the machine). | 638 | disabled (thus completely disabling rlogin and rsh into the machine). |
636 | 639 | ||
637 | OpenBSD 5.3 October 4, 2012 OpenBSD 5.3 | 640 | OpenBSD 5.4 June 27, 2013 OpenBSD 5.4 |