[BACK]Return to sftp-server.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-server.8 between version 1.30 and 1.31

version 1.30, 2020/06/22 06:36:40 version 1.31, 2021/07/27 14:14:25
Line 64 
Line 64 
 Valid options are:  Valid options are:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl d Ar start_directory  .It Fl d Ar start_directory
 specifies an alternate starting directory for users.  Specifies an alternate starting directory for users.
 The pathname may contain the following tokens that are expanded at runtime:  The pathname may contain the following tokens that are expanded at runtime:
 %% is replaced by a literal '%',  %% is replaced by a literal '%',
 %d is replaced by the home directory of the user being authenticated,  %d is replaced by the home directory of the user being authenticated,
Line 100 
Line 100 
 DEBUG2 and DEBUG3 each specify higher levels of debugging output.  DEBUG2 and DEBUG3 each specify higher levels of debugging output.
 The default is ERROR.  The default is ERROR.
 .It Fl P Ar denied_requests  .It Fl P Ar denied_requests
 Specify a comma-separated list of SFTP protocol requests that are banned by  Specifies a comma-separated list of SFTP protocol requests that are banned by
 the server.  the server.
 .Nm  .Nm
 will reply to any denied request with a failure.  will reply to any denied request with a failure.
Line 110 
Line 110 
 If both denied and allowed lists are specified, then the denied list is  If both denied and allowed lists are specified, then the denied list is
 applied before the allowed list.  applied before the allowed list.
 .It Fl p Ar allowed_requests  .It Fl p Ar allowed_requests
 Specify a comma-separated list of SFTP protocol requests that are permitted  Specifies a comma-separated list of SFTP protocol requests that are permitted
 by the server.  by the server.
 All request types that are not on the allowed list will be logged and replied  All request types that are not on the allowed list will be logged and replied
 to with a failure message.  to with a failure message.
Line 118 
Line 118 
 Care must be taken when using this feature to ensure that requests made  Care must be taken when using this feature to ensure that requests made
 implicitly by SFTP clients are permitted.  implicitly by SFTP clients are permitted.
 .It Fl Q Ar protocol_feature  .It Fl Q Ar protocol_feature
 Query protocol features supported by  Queries protocol features supported by
 .Nm .  .Nm .
 At present the only feature that may be queried is  At present the only feature that may be queried is
 .Dq requests ,  .Dq requests ,

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31