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

Diff for /src/usr.bin/ssh/scp.1 between version 1.96 and 1.97

version 1.96, 2021/07/02 05:11:21 version 1.97, 2021/08/02 23:38:27
Line 20 
Line 20 
 .Nm scp  .Nm scp
 .Op Fl 346ABCpqrTv  .Op Fl 346ABCpqrTv
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
   .Op Fl D Ar sftp_server_path
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
 .Op Fl J Ar destination  .Op Fl J Ar destination
 .Op Fl l Ar limit  .Op Fl l Ar limit
   .Op Fl M Ar scp | sftp
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
 .Op Fl P Ar port  .Op Fl P Ar port
 .Op Fl S Ar program  .Op Fl S Ar program
Line 108 
Line 110 
 Selects the cipher to use for encrypting the data transfer.  Selects the cipher to use for encrypting the data transfer.
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
   .It Fl D Ar sftp_server_path
   When using the experimental SFTP protocol support via
   .Fl M ,
   connect directly to a local SFTP server program rather than a
   remote one via
   .Xr ssh 1 .
   This option may be useful in debugging the client and server.
 .It Fl F Ar ssh_config  .It Fl F Ar ssh_config
 Specifies an alternative  Specifies an alternative
 per-user configuration file for  per-user configuration file for
Line 134 
Line 143 
 .Xr ssh 1 .  .Xr ssh 1 .
 .It Fl l Ar limit  .It Fl l Ar limit
 Limits the used bandwidth, specified in Kbit/s.  Limits the used bandwidth, specified in Kbit/s.
   .It Fl M Ar scp | sftp
   Specifies a mode which will be used to transfer files.
   The default is to use the original
   .Cm scp
   protocol.
   Alternately, experimental support for using the
   .Cm sftp
   protocol is available.
 .It Fl o Ar ssh_option  .It Fl o Ar ssh_option
 Can be used to pass options to  Can be used to pass options to
 .Nm ssh  .Nm ssh

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97