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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.312 and 1.313

version 1.312, 2019/12/21 02:19:13 version 1.313, 2019/12/21 20:22:34
Line 936 
Line 936 
 .Sx TOKENS  .Sx TOKENS
 section.  section.
 .It Cm IdentityFile  .It Cm IdentityFile
 Specifies a file from which the user's DSA, ECDSA, security key-hosted ECDSA,  Specifies a file from which the user's DSA, ECDSA, authenticator-hosted ECDSA,
 Ed25519 or RSA authentication identity is read.  Ed25519, authenticator-hosted Ed25519 or RSA authentication identity is read.
 The default is  The default is
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa ,  .Pa ~/.ssh/id_ecdsa ,
Line 1463 
Line 1463 
 For more information on KRLs, see the KEY REVOCATION LISTS section in  For more information on KRLs, see the KEY REVOCATION LISTS section in
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
 .It Cm SecurityKeyProvider  .It Cm SecurityKeyProvider
 Specifies a path to a security key provider library that will be used when  Specifies a path to a library that will be used when loading any
 loading any security key-hosted keys, overriding the default of using  FIDO authenticator-hosted keys, overriding the default of using
 the built-in support for USB HID keys.  the built-in USB HID support.
 .Pp  .Pp
 If the specified value begins with a  If the specified value begins with a
 .Sq $  .Sq $

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313