[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.175 and 1.176

version 1.175, 2013/10/20 04:39:28 version 1.176, 2013/10/20 06:19:28
Line 136 
Line 136 
 keyword are satisfied.  keyword are satisfied.
 Match conditions are specified using one or more keyword/criteria pairs.  Match conditions are specified using one or more keyword/criteria pairs.
 The available keywords are:  The available keywords are:
 .Cm command ,  .Cm exec ,
 .Cm host ,  .Cm host ,
 .Cm originalhost ,  .Cm originalhost ,
 .Cm user ,  .Cm user ,
Line 144 
Line 144 
 .Cm localuser .  .Cm localuser .
 .Pp  .Pp
 The criteria for the  The criteria for the
 .Cm command  .Cm exec
 keyword is a path to a command that is executed.  keyword is command that is executed under the user's shell..
 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  The following character sequences in the command will be expanded prior to
Line 158 
Line 158 
 will be substituted by the target host name,  will be substituted by the target host name,
 .Ql %n  .Ql %n
 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 destination port,  the destination port,
 .Ql %r  .Ql %r

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