[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.174 and 1.175

version 1.174, 2013/10/16 22:58:01 version 1.175, 2013/10/20 04:39:28
Line 148 
Line 148 
 keyword is a path to a command that is executed.  keyword is a path to a command that is executed.
 If the command returns a zero exit status then the condition is considered true.  If the command returns a zero exit status then the condition is considered true.
 Commands containing whitespace characters must be quoted.  Commands containing whitespace characters must be quoted.
   The following character sequences in the command will be expanded prior to
   execution:
   .Ql %L
   will be substituted by the first component of the local host name,
   .Ql %l
   will be substituted by the local host name (including any domain name),
   .Ql %h
   will be substituted by the target host name,
   .Ql %n
   will be substituted by the original target host name
   specified on the command line,
   .Ql %p
   the destination port,
   .Ql %r
   by the remote login username, and
   .Ql %u
   by the username of the user running
   .Xr ssh 1 .
 .Pp  .Pp
 The other keywords' criteria must be single entries or comma-separated  The other keywords' criteria must be single entries or comma-separated
 lists and may use the wildcard and negation operators described in the  lists and may use the wildcard and negation operators described in the
Line 444 
Line 462 
 will be substituted by the original target host name  will be substituted by the original target host name
 specified on the command line,  specified on the command line,
 .Ql %p  .Ql %p
 the port,  the destination port,
 .Ql %r  .Ql %r
 by the remote login username, and  by the remote login username, and
 .Ql %u  .Ql %u

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175