Print this page
5069 Removal of wu-ftpd
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Adam Stevko <adam.stevko@gmail.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man1m/sftp-server.1m
+++ new/usr/src/man/man1m/sftp-server.1m
1 1 '\" te
2 2 .\" To view license terms, attribution, and copyright for OpenSSH, the default path is /var/sadm/pkg/SUNWsshdr/install/copyright. If the Solaris operating environment has been installed anywhere other than the default, modify the given path to access the file at the
3 3 .\" installed location.
4 4 .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
↓ open down ↓ |
4 lines elided |
↑ open up ↑ |
5 5 .TH SFTP-SERVER 1M "Oct 24, 2007"
6 6 .SH NAME
7 7 sftp-server \- SFTP server subsystem
8 8 .SH SYNOPSIS
9 9 .LP
10 10 .nf
11 11 \fB/usr/lib/ssh/sftp-server\fR [\fB-f\fR \fIlog_facility\fR] [\fB-l\fR \fIlog_level\fR]
12 12 .fi
13 13
14 14 .SH DESCRIPTION
15 -.sp
16 15 .LP
17 16 \fBsftp-server\fR implements the server side of the SSH File Transfer Protocol
18 17 as defined in the IETF \fBdraft-ietf-secsh-filexfer\fR.
19 18 .sp
20 19 .LP
21 20 \fBsftp-server\fR is a subsystem for \fBsshd\fR(1M) and must not be run
22 21 directly. Command-line flags to \fBsftp-server\fR should be specified in the
23 22 Subsystem declaration. See \fBsshd_config\fR(4) for more information.
24 23 .sp
25 24 .LP
26 25 To enable the \fBsftp-server\fR subsystem for \fBsshd\fR add the following to
27 26 \fB/etc/ssh/sshd_config\fR:
28 27 .sp
29 28 .in +2
30 29 .nf
31 30 Subsystem sftp /usr/lib/ssh/sftp-server
32 31 .fi
↓ open down ↓ |
7 lines elided |
↑ open up ↑ |
33 32 .in -2
34 33 .sp
35 34
36 35 .sp
37 36 .LP
38 37 See \fBsshd_config\fR(4) for a description of the format and contents of that
39 38 file.
40 39 .sp
41 40 .LP
42 41 There is no relationship between the protocol used by \fBsftp-server\fR and the
43 -FTP protocol (RFC 959) provided by \fBin.ftpd\fR.
42 +FTP protocol (RFC 959).
44 43 .SH OPTIONS
45 -.sp
46 44 .LP
47 45 Valid options are listed below. As stated above, these are to be specified in
48 46 the Subsystem declation of \fBsshd_config\fR.
49 47 .sp
50 48 .ne 2
51 49 .na
52 50 \fB\fB-f\fR \fIlog_facility\fR\fR
53 51 .ad
54 52 .sp .6
55 53 .RS 4n
56 54 Specifies the facility code that is used when logging messages from
57 55 \fBsftp-server\fR. The possible values are: \fBDAEMON\fR, \fBUSER\fR,
58 56 \fBAUTH\fR, \fBLOCAL0\fR, \fBLOCAL1\fR, \fBLOCAL2\fR, \fBLOCAL3\fR,
59 57 \fBLOCAL4\fR, \fBLOCAL5\fR, \fBLOCAL6\fR, \fBLOCAL7\fR. The default is
60 58 \fBAUTH\fR.
61 59 .RE
62 60
63 61 .sp
64 62 .ne 2
65 63 .na
66 64 \fB\fB-l\fR \fIlog_level\fR\fR
67 65 .ad
68 66 .sp .6
69 67 .RS 4n
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
70 68 Specifies which messages will be logged by \fBsftp-server\fR. The possible
71 69 values are: \fBQUIET\fR, \fBFATAL\fR, \fBERROR\fR, \fBINFO\fR, \fBVERBOSE\fR,
72 70 \fBDEBUG\fR, \fBDEBUG1\fR, \fBDEBUG2\fR, and \fBDEBUG3\fR. \fBINFO\fR and
73 71 \fBVERBOSE\fR log transactions that \fBsftp-server\fR performs on behalf of the
74 72 client. \fBDEBUG\fR and \fBDEBUG1\fR are equivalent. \fBDEBUG2\fR and
75 73 \fBDEBUG3\fR each specify higher levels of debugging output. The default is
76 74 \fBERROR\fR.
77 75 .RE
78 76
79 77 .SH EXIT STATUS
80 -.sp
81 78 .LP
82 79 The following exit values are returned:
83 80 .sp
84 81 .ne 2
85 82 .na
86 83 \fB\fB0\fR\fR
87 84 .ad
88 85 .RS 6n
89 86 Successful completion.
90 87 .RE
91 88
↓ open down ↓ |
1 lines elided |
↑ open up ↑ |
92 89 .sp
93 90 .ne 2
94 91 .na
95 92 \fB>\fB0\fR\fR
96 93 .ad
97 94 .RS 6n
98 95 An error occurred.
99 96 .RE
100 97
101 98 .SH FILES
102 -.sp
103 99 .ne 2
104 100 .na
105 101 \fB\fB/usr/lib/ssh/sftp-server\fR\fR
106 102 .ad
107 103 .RS 28n
108 104 Server-side binary.
109 105 .RE
110 106
111 107 .SH ATTRIBUTES
112 -.sp
113 108 .LP
114 109 See \fBattributes\fR(5) for descriptions of the following attributes:
115 110 .sp
116 111
117 112 .sp
118 113 .TS
119 114 box;
120 115 c | c
121 116 l | l .
122 117 ATTRIBUTE TYPE ATTRIBUTE VALUE
123 118 _
124 119 Interface Stability Evolving
125 120 .TE
126 121
127 122 .SH SEE ALSO
128 -.sp
129 123 .LP
130 124 \fBsftp\fR(1), \fBssh\fR(1), \fBssh-add\fR(1), \fBssh-keygen\fR(1),
131 125 \fBsshd\fR(1M), \fBsshd_config\fR(4), \fBattributes\fR(5)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX