summaryrefslogtreecommitdiff
path: root/sftp-server.8
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-server.8')
-rw-r--r--sftp-server.822
1 files changed, 11 insertions, 11 deletions
diff --git a/sftp-server.8 b/sftp-server.8
index 4a55dab26..f057da3b8 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp-server.8,v 1.28 2019/11/30 07:07:59 jmc Exp $ 1.\" $OpenBSD: sftp-server.8,v 1.30 2020/06/22 06:36:40 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2000 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: November 30 2019 $ 25.Dd $Mdocdate: June 22 2020 $
26.Dt SFTP-SERVER 8 26.Dt SFTP-SERVER 8
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -35,8 +35,8 @@
35.Op Fl d Ar start_directory 35.Op Fl d Ar start_directory
36.Op Fl f Ar log_facility 36.Op Fl f Ar log_facility
37.Op Fl l Ar log_level 37.Op Fl l Ar log_level
38.Op Fl P Ar blacklisted_requests 38.Op Fl P Ar denied_requests
39.Op Fl p Ar whitelisted_requests 39.Op Fl p Ar allowed_requests
40.Op Fl u Ar umask 40.Op Fl u Ar umask
41.Ek 41.Ek
42.Nm 42.Nm
@@ -99,20 +99,20 @@ performs on behalf of the client.
99DEBUG and DEBUG1 are equivalent. 99DEBUG and DEBUG1 are equivalent.
100DEBUG2 and DEBUG3 each specify higher levels of debugging output. 100DEBUG2 and DEBUG3 each specify higher levels of debugging output.
101The default is ERROR. 101The default is ERROR.
102.It Fl P Ar blacklisted_requests 102.It Fl P Ar denied_requests
103Specify a comma-separated list of SFTP protocol requests that are banned by 103Specify a comma-separated list of SFTP protocol requests that are banned by
104the server. 104the server.
105.Nm 105.Nm
106will reply to any blacklisted request with a failure. 106will reply to any denied request with a failure.
107The 107The
108.Fl Q 108.Fl Q
109flag can be used to determine the supported request types. 109flag can be used to determine the supported request types.
110If both a blacklist and a whitelist are specified, then the blacklist is 110If both denied and allowed lists are specified, then the denied list is
111applied before the whitelist. 111applied before the allowed list.
112.It Fl p Ar whitelisted_requests 112.It Fl p Ar allowed_requests
113Specify a comma-separated list of SFTP protocol requests that are permitted 113Specify a comma-separated list of SFTP protocol requests that are permitted
114by the server. 114by the server.
115All request types that are not on the whitelist will be logged and replied 115All request types that are not on the allowed list will be logged and replied
116to with a failure message. 116to with a failure message.
117.Pp 117.Pp
118Care must be taken when using this feature to ensure that requests made 118Care must be taken when using this feature to ensure that requests made
@@ -122,7 +122,7 @@ Query protocol features supported by
122.Nm . 122.Nm .
123At present the only feature that may be queried is 123At present the only feature that may be queried is
124.Dq requests , 124.Dq requests ,
125which may be used for black or whitelisting (flags 125which may be used to deny or allow specific requests (flags
126.Fl P 126.Fl P
127and 127and
128.Fl p 128.Fl p