[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.21 and 1.21.2.2

version 1.21, 2002/01/29 23:50:37 version 1.21.2.2, 2003/04/03 22:35:17
Line 19 
Line 19 
 .Nd secure copy (remote file copy program)  .Nd secure copy (remote file copy program)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm scp  .Nm scp
 .Op Fl pqrvBC46  .Bk -words
   .Op Fl pqrvBC1246
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl S Ar program  .Op Fl S Ar program
 .Op Fl P Ar port  .Op Fl P Ar port
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
   .Op Fl l Ar limit
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
 .Sm off  .Sm off
 .Oo  .Oo
Line 39 
Line 41 
 .Ar host2 No :  .Ar host2 No :
 .Oc Ar file2  .Oc Ar file2
 .Sm on  .Sm on
   .Ek
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 copies files between hosts on a network.  copies files between hosts on a network.
Line 68 
Line 71 
 authentication is read.  authentication is read.
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
   .It Fl l Ar limit
   Limits the used bandwidth, specified in Kbit/s.
 .It Fl p  .It Fl p
 Preserves modification times, access times, and modes from the  Preserves modification times, access times, and modes from the
 original file.  original file.
Line 117 
Line 122 
 .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
 in the format used in the  in the format used in
 .Xr ssh 1  .Xr ssh_config 5 .
 configuration file. This is useful for specifying options  This is useful for specifying options
 for which there is no separate  for which there is no separate
 .Nm scp  .Nm scp
 command-line flag.  For example, forcing the use of protocol  command-line flag.
 version 1 is specified using  .It Fl 1
 .Ic scp -oProtocol=1 .  Forces
   .Nm
   to use protocol 1.
   .It Fl 2
   Forces
   .Nm
   to use protocol 2.
 .It Fl 4  .It Fl 4
 Forces  Forces
 .Nm  .Nm
Line 152 
Line 163 
 .Xr ssh-add 1 ,  .Xr ssh-add 1 ,
 .Xr ssh-agent 1 ,  .Xr ssh-agent 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
   .Xr ssh_config 5 ,
 .Xr sshd 8  .Xr sshd 8

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.21.2.2