[BACK]Return to sshd_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.212 and 1.213

version 1.212, 2015/09/11 03:13:36 version 1.213, 2015/10/07 14:45:30
Line 1564 
Line 1564 
 the privilege of the authenticated user.  the privilege of the authenticated user.
 The goal of privilege separation is to prevent privilege  The goal of privilege separation is to prevent privilege
 escalation by containing any corruption within the unprivileged processes.  escalation by containing any corruption within the unprivileged processes.
 The default is  The argument must be
 .Dq yes .  .Dq yes ,
   .Dq no ,
   or
   .Dq sandbox .
 If  If
 .Cm UsePrivilegeSeparation  .Cm UsePrivilegeSeparation
 is set to  is set to
 .Dq sandbox  .Dq sandbox
 then the pre-authentication unprivileged process is subject to additional  then the pre-authentication unprivileged process is subject to additional
 restrictions.  restrictions.
   The default is
   .Dq sandbox .
 .It Cm VersionAddendum  .It Cm VersionAddendum
 Optionally specifies additional text to append to the SSH protocol banner  Optionally specifies additional text to append to the SSH protocol banner
 sent by the server upon connection.  sent by the server upon connection.

Legend:
Removed from v.1.212  
changed lines
  Added in v.1.213