[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.1 between version 1.426 and 1.427

version 1.426, 2021/09/03 07:27:03 version 1.427, 2021/09/10 10:26:02
Line 65 
Line 65 
 .Op Fl W Ar host : Ns Ar port  .Op Fl W Ar host : Ns Ar port
 .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun  .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
 .Ar destination  .Ar destination
 .Op Ar command  .Op Ar command Op Ar argument ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 (SSH client) is a program for logging into a remote machine and for  (SSH client) is a program for logging into a remote machine and for
Line 94 
Line 94 
 If a  If a
 .Ar command  .Ar command
 is specified,  is specified,
 it is executed on the remote host instead of a login shell.  it will be executed on the remote host instead of a login shell.
   A complete command line may be specified as
   .Ar command ,
   or it may have additional arguments.
   If supplied, the arguments will be appended to the command, separated by
   spaces, before it is sent to the server to be executed.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Pp  .Pp

Legend:
Removed from v.1.426  
changed lines
  Added in v.1.427