[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.328 and 1.329

version 1.328, 2020/05/29 05:48:39 version 1.329, 2020/07/17 03:23:10
Line 1739 
Line 1739 
 .It Cm UserKnownHostsFile  .It Cm UserKnownHostsFile
 Specifies one or more files to use for the user  Specifies one or more files to use for the user
 host key database, separated by whitespace.  host key database, separated by whitespace.
   Each filename may use tilde notation to refer to the user's home directory,
   the tokens described in the
   .Sx TOKENS
   section and environment variables as described in the
   .Sx ENVIRONMENT VARIABLES
   section.
 The default is  The default is
 .Pa ~/.ssh/known_hosts ,  .Pa ~/.ssh/known_hosts ,
 .Pa ~/.ssh/known_hosts2 .  .Pa ~/.ssh/known_hosts2 .
Line 1875 
Line 1881 
 .Cm LocalForward ,  .Cm LocalForward ,
 .Cm Match exec ,  .Cm Match exec ,
 .Cm RemoteCommand ,  .Cm RemoteCommand ,
   .Cm RemoteForward ,
 and  and
 .Cm RemoteForward  .Com UserKnownHostsFile
 accept the tokens %%, %C, %d, %h, %i, %L, %l, %n, %p, %r, and %u.  accept the tokens %%, %C, %d, %h, %i, %L, %l, %n, %p, %r, and %u.
 .Pp  .Pp
 .Cm Hostname  .Cm Hostname
Line 1900 
Line 1907 
 The keywords  The keywords
 .Cm CertificateFile ,  .Cm CertificateFile ,
 .Cm ControlPath ,  .Cm ControlPath ,
 .Cm IdentityAgent  .Cm IdentityAgent ,
 and  
 .Cm IdentityFile  .Cm IdentityFile
   and
   .Cm UserKnownHostsFile
 support environment variables.  support environment variables.
 The keywords  The keywords
 .Cm LocalForward  .Cm LocalForward

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.329