[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.286 and 1.287

version 1.286, 2018/10/03 06:38:35 version 1.287, 2018/11/23 05:08:07
Line 139 
Line 139 
 which always matches.  which always matches.
 The available criteria keywords are:  The available criteria keywords are:
 .Cm canonical ,  .Cm canonical ,
   .Cm final ,
 .Cm exec ,  .Cm exec ,
 .Cm host ,  .Cm host ,
 .Cm originalhost ,  .Cm originalhost ,
Line 148 
Line 149 
 The  The
 .Cm all  .Cm all
 criteria must appear alone or immediately after  criteria must appear alone or immediately after
 .Cm canonical .  .Cm canonical
   or
   .Cm final .
 Other criteria may be combined arbitrarily.  Other criteria may be combined arbitrarily.
 All criteria but  All criteria but
 .Cm all  .Cm all
 and  
 .Cm canonical  .Cm canonical
   and
   .Cm final
 require an argument.  require an argument.
 Criteria may be negated by prepending an exclamation mark  Criteria may be negated by prepending an exclamation mark
 .Pq Sq !\& .  .Pq Sq !\& .
Line 166 
Line 170 
 option.)  option.)
 This may be useful to specify conditions that work with canonical host  This may be useful to specify conditions that work with canonical host
 names only.  names only.
   .Pp
   The
   .Cm final
   keyword requests that the configuration be re-parsed (regardless of whether
   .Cm CanonicalizeHostname
   is enabled), and matches only during this final pass.
   If
   .Cm CanonicalizeHostname
   is enabled, then
   .Cm canonical
   and
   .Cm final
   match during the same pass.
   .Pp
 The  The
 .Cm exec  .Cm exec
 keyword executes the specified command under the user's shell.  keyword executes the specified command under the user's shell.

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.287