[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.209 and 1.210

version 1.209, 2015/07/30 19:23:02 version 1.210, 2015/08/06 14:53:21
Line 1205 
Line 1205 
 .Xr ssh 1 .  .Xr ssh 1 .
 The argument must be  The argument must be
 .Dq yes ,  .Dq yes ,
   .Dq prohibit-password ,
 .Dq without-password ,  .Dq without-password ,
 .Dq forced-commands-only ,  .Dq forced-commands-only ,
 or  or
 .Dq no .  .Dq no .
 The default is  The default is
 .Dq without-password .  .Dq prohibit-password .
 .Pp  .Pp
 If this option is set to  If this option is set to
   .Dq prohibit-password
   or
 .Dq without-password ,  .Dq without-password ,
 password authentication is disabled for root.  password and keyboard-interactive authentication are disabled for root.
 .Pp  .Pp
 If this option is set to  If this option is set to
 .Dq forced-commands-only ,  .Dq forced-commands-only ,

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210