[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.282 and 1.283

version 1.282, 2018/09/20 03:30:44 version 1.283, 2018/09/20 06:58:48
Line 261 
Line 261 
 .It Cm BindInterface  .It Cm BindInterface
 Use the address of the specified interface on the local machine as the  Use the address of the specified interface on the local machine as the
 source address of the connection.  source address of the connection.
 .It Cm CASignatureAlgorithms  
 Specifies which algorithms are allowed for signing of certificates  
 by certificate authorities (CAs).  
 The default is:  
 .Bd -literal -offset indent  
 ecdsa-sha2-nistp256.ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,  
 ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa  
 .Ed  
 .Pp  
 .Xr ssh 1  
 will not accept host certificates signed using algorithms other than those  
 specified.  
 .It Cm CanonicalDomains  .It Cm CanonicalDomains
 When  When
 .Cm CanonicalizeHostname  .Cm CanonicalizeHostname
Line 348 
Line 336 
 or  or
 .Qq *.c.example.com  .Qq *.c.example.com
 domains.  domains.
   .It Cm CASignatureAlgorithms
   Specifies which algorithms are allowed for signing of certificates
   by certificate authorities (CAs).
   The default is:
   .Bd -literal -offset indent
   ecdsa-sha2-nistp256.ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
   ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
   .Ed
   .Pp
   .Xr ssh 1
   will not accept host certificates signed using algorithms other than those
   specified.
 .It Cm CertificateFile  .It Cm CertificateFile
 Specifies a file from which the user's certificate is read.  Specifies a file from which the user's certificate is read.
 A corresponding private key must be provided separately in order  A corresponding private key must be provided separately in order

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283