[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.249 and 1.250

version 1.249, 2017/05/30 18:58:37 version 1.250, 2017/05/30 19:38:17
Line 1292 
Line 1292 
 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 same escape character substitutions as for  Arguments to
 .Cm LocalCommand  .Cm RemoteCommand
 will be performed.  accept the tokens described in the
   .Sx TOKENS
   section.
 .It Cm RemoteForward  .It Cm RemoteForward
 Specifies that a TCP port on the remote machine be forwarded over  Specifies that a TCP port on the remote machine be forwarded over
 the secure channel to the specified host and port from the local machine.  the secure channel to the specified host and port from the local machine.
Line 1710 
Line 1712 
 .Pp  .Pp
 .Cm ProxyCommand  .Cm ProxyCommand
 accepts the tokens %%, %h, %p, and %r.  accepts the tokens %%, %h, %p, and %r.
   .Pp
   .Cm RemoteCommand
   accepts the tokens %%, %C, %d, %h, %l, %n, %p, %r, and %u.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa ~/.ssh/config  .It Pa ~/.ssh/config

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250