summaryrefslogtreecommitdiff
path: root/sshd.0
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-09-14 23:42:11 +0100
committerColin Watson <cjwatson@debian.org>2013-09-14 23:42:11 +0100
commit327155e6824b3ee13837bdde04e4eb47e147ff46 (patch)
tree8f8743122403c7a2e6ed919156711fb1520c657f /sshd.0
parent0334ce32304e9ba2a10ee5ca49ca6e8ff3ba6cf4 (diff)
parent74e339b8f8936bc0d985e053a076d0c9b5e9ea51 (diff)
* New upstream release (http://www.openssh.com/txt/release-6.3).
- sftp(1): add support for resuming partial downloads using the "reget" command and on the sftp commandline or on the "get" commandline using the "-a" (append) option (closes: #158590). - ssh(1): add an "IgnoreUnknown" configuration option to selectively suppress errors arising from unknown configuration directives (closes: #436052). - sftp(1): update progressmeter when data is acknowledged, not when it's sent (partially addresses #708372). - ssh(1): do not fatally exit when attempting to cleanup multiplexing- created channels that are incompletely opened (closes: #651357).
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 83f9a881b..c48b987f9 100644
--- a/sshd.0
+++ b/sshd.0
@@ -5,8 +5,9 @@ NAME
5 5
6SYNOPSIS 6SYNOPSIS
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
11DESCRIPTION 12DESCRIPTION
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
637OpenBSD 5.3 October 4, 2012 OpenBSD 5.3 640OpenBSD 5.4 June 27, 2013 OpenBSD 5.4