[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.146 and 1.147

version 1.146, 2012/10/30 21:29:55 version 1.147, 2012/10/31 08:04:50
Line 152 
Line 152 
 .Xr ssh_config 5  .Xr ssh_config 5
 for more information on patterns.  for more information on patterns.
 .It Cm AuthorizedKeysCommand  .It Cm AuthorizedKeysCommand
 Specifies a program to be used for lookup of the user's public keys.  Specifies a program to be used to look up the user's public keys.
 The program will be invoked with a single argument of the username  The program will be invoked with a single argument of the username
 being authenticated, and should produce on standard output zero or  being authenticated, and should produce on standard output zero or
 more lines of authorized_keys output (see AUTHORIZED_KEYS in  more lines of authorized_keys output (see
 .Xr sshd 8 )  .Sx AUTHORIZED_KEYS
   in
   .Xr sshd 8 ) .
 If a key supplied by AuthorizedKeysCommand does not successfully authenticate  If a key supplied by AuthorizedKeysCommand does not successfully authenticate
 and authorize the user then public key authentication continues using the usual  and authorize the user then public key authentication continues using the usual
 .Cm AuthorizedKeysFile  .Cm AuthorizedKeysFile
Line 728 
Line 730 
 .Cm AllowGroups ,  .Cm AllowGroups ,
 .Cm AllowTcpForwarding ,  .Cm AllowTcpForwarding ,
 .Cm AllowUsers ,  .Cm AllowUsers ,
 .Cm AuthorizedKeysFile ,  
 .Cm AuthorizedKeysCommand ,  .Cm AuthorizedKeysCommand ,
 .Cm AuthorizedKeysCommandUser ,  .Cm AuthorizedKeysCommandUser ,
   .Cm AuthorizedKeysFile ,
 .Cm AuthorizedPrincipalsFile ,  .Cm AuthorizedPrincipalsFile ,
 .Cm Banner ,  .Cm Banner ,
 .Cm ChrootDirectory ,  .Cm ChrootDirectory ,

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147