diff options
Diffstat (limited to 'sftp-server.0')
-rw-r--r-- | sftp-server.0 | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/sftp-server.0 b/sftp-server.0 index 0c2654c8d..05b9ddc9c 100644 --- a/sftp-server.0 +++ b/sftp-server.0 | |||
@@ -8,9 +8,9 @@ SYNOPSIS | |||
8 | 8 | ||
9 | DESCRIPTION | 9 | DESCRIPTION |
10 | sftp-server is a program that speaks the server side of SFTP protocol to | 10 | sftp-server is a program that speaks the server side of SFTP protocol to |
11 | stdout and expects client requests from stdin. sftp-server is not in- | 11 | stdout and expects client requests from stdin. sftp-server is not |
12 | tended to be called directly, but from sshd(8) using the Subsystem op- | 12 | intended to be called directly, but from sshd(8) using the Subsystem |
13 | tion. | 13 | option. |
14 | 14 | ||
15 | Command-line flags to sftp-server should be specified in the Subsystem | 15 | Command-line flags to sftp-server should be specified in the Subsystem |
16 | declaration. See sshd_config(5) for more information. | 16 | declaration. See sshd_config(5) for more information. |
@@ -29,15 +29,15 @@ DESCRIPTION | |||
29 | -h Displays sftp-server usage information. | 29 | -h Displays sftp-server usage information. |
30 | 30 | ||
31 | -l log_level | 31 | -l log_level |
32 | Specifies which messages will be logged by sftp-server. The pos- | 32 | Specifies which messages will be logged by sftp-server. The |
33 | sible values are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DE- | 33 | possible values are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, |
34 | BUG1, DEBUG2, and DEBUG3. INFO and VERBOSE log transactions that | 34 | DEBUG1, DEBUG2, and DEBUG3. INFO and VERBOSE log transactions |
35 | sftp-server performs on behalf of the client. DEBUG and DEBUG1 | 35 | that sftp-server performs on behalf of the client. DEBUG and |
36 | are equivalent. DEBUG2 and DEBUG3 each specify higher levels of | 36 | DEBUG1 are equivalent. DEBUG2 and DEBUG3 each specify higher |
37 | debugging output. The default is ERROR. | 37 | levels of debugging output. The default is ERROR. |
38 | 38 | ||
39 | -R Places this instance of sftp-server into a read-only mode. At- | 39 | -R Places this instance of sftp-server into a read-only mode. |
40 | tempts to open files for writing, as well as other operations | 40 | Attempts to open files for writing, as well as other operations |
41 | that change the state of the filesystem, will be denied. | 41 | that change the state of the filesystem, will be denied. |
42 | 42 | ||
43 | -u umask | 43 | -u umask |
@@ -51,8 +51,9 @@ DESCRIPTION | |||
51 | SEE ALSO | 51 | SEE ALSO |
52 | sftp(1), ssh(1), sshd_config(5), sshd(8) | 52 | sftp(1), ssh(1), sshd_config(5), sshd(8) |
53 | 53 | ||
54 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | 54 | T. Ylonen, S. Lehtinen, SSH File Transfer Protocol, |
55 | filexfer-00.txt, January 2001, work in progress material. | 55 | draft-ietf-secsh-filexfer-00.txt, January 2001, work in progress |
56 | material. | ||
56 | 57 | ||
57 | HISTORY | 58 | HISTORY |
58 | sftp-server first appeared in OpenBSD 2.8. | 59 | sftp-server first appeared in OpenBSD 2.8. |
@@ -60,4 +61,4 @@ HISTORY | |||
60 | AUTHORS | 61 | AUTHORS |
61 | Markus Friedl <markus@openbsd.org> | 62 | Markus Friedl <markus@openbsd.org> |
62 | 63 | ||
63 | OpenBSD 4.7 January 9, 2010 1 | 64 | OpenBSD 4.8 January 9, 2010 OpenBSD 4.8 |