[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.16 and 1.17

version 1.16, 2001/08/08 07:16:58 version 1.17, 2001/08/14 17:54:29
Line 24 
Line 24 
 .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 o Ar option  .Op Fl o Ar ssh_option
 .Sm off  .Sm off
 .Oo  .Oo
 .Op Ar user@  .Op Ar user@
Line 107 
Line 107 
 The program must understand  The program must understand
 .Xr ssh 1  .Xr ssh 1
 options.  options.
 .It Fl o Ar option  .It Fl o Ar ssh_option
 Can be used to give options in the format used in the config file.  Can be used to pass options to
 These options are passed directly to  .Nm ssh
 .Xr ssh 1 ,  in the format used in the
 for instance  .Xr ssh 1
 .Fl o "Protocol=1"  configuration file. This is useful for specifying options
 would force protocol 1.  for which there is no separate
   .Nm scp
   command-line flag.  For example, to force the use of protocol
   version 1 you may specify
   .Ic scp -oProtocol=1 .
 .It Fl 4  .It Fl 4
 Forces  Forces
 .Nm  .Nm

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17