[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.156 and 1.157

version 1.156, 2013/02/06 00:20:42 version 1.157, 2013/03/07 19:27:25
Line 180 
Line 180 
 so for this example, it would not be possible to attempt password or  so for this example, it would not be possible to attempt password or
 keyboard-interactive authentication before public key.  keyboard-interactive authentication before public key.
 .Pp  .Pp
   For keyboard interactive authentication it is also possible to
   restrict authentication to a specific device by appending a
   colon followed by the device identifier
   .Dq bsdauth ,
   .Dq pam ,
   or
   .Dq skey ,
   depending on the server configuration.
   For example,
   .Dq keyboard-interactive:bsdauth
   would restrict keyboard interactive authentication to the
   .Dq bsdauth
   device.
   .Pp
 This option is only available for SSH protocol 2 and will yield a fatal  This option is only available for SSH protocol 2 and will yield a fatal
 error if enabled if protocol 1 is also enabled.  error if enabled if protocol 1 is also enabled.
 Note that each authentication method listed should also be explicitly enabled  Note that each authentication method listed should also be explicitly enabled

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157