[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.108 and 1.109

version 1.108, 2008/06/11 23:03:56 version 1.109, 2008/06/12 16:35:31
Line 606 
Line 606 
 connecting to the server.  connecting to the server.
 The command string extends to the end of the line, and is executed with  The command string extends to the end of the line, and is executed with
 the user's shell.  the user's shell.
   The following escape character substitutions will be performed:
   .Ql %d
   (local user's home directory),
   .Ql %h
   (remote host name),
   .Ql %l
   (local host name),
   .Ql %n
   (host name as provided on the command line),
   .Ql %p
   (remote port),
   .Ql %r
   (remote user name) or
   .Ql %u
   (local user name).
 This directive is ignored unless  This directive is ignored unless
 .Cm PermitLocalCommand  .Cm PermitLocalCommand
 has been enabled.  has been enabled.

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109