=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.23.2.3 retrieving revision 1.24 diff -u -r1.23.2.3 -r1.24 --- src/usr.bin/ssh/scp.1 2003/09/16 21:20:26 1.23.2.3 +++ src/usr.bin/ssh/scp.1 2003/01/23 14:06:15 1.24 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.23.2.3 2003/09/16 21:20:26 brad Exp $ +.\" $OpenBSD: scp.1,v 1.24 2003/01/23 14:06:15 markus Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -19,14 +19,12 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Bk -words .Op Fl pqrvBC1246 .Op Fl F Ar ssh_config .Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file -.Op Fl l Ar limit .Op Fl o Ar ssh_option .Sm off .Oo @@ -41,7 +39,6 @@ .Ar host2 No : .Oc Ar file2 .Sm on -.Ek .Sh DESCRIPTION .Nm copies files between hosts on a network. @@ -71,8 +68,6 @@ authentication is read. This option is directly passed to .Xr ssh 1 . -.It Fl l Ar limit -Limits the used bandwidth, specified in Kbit/s. .It Fl p Preserves modification times, access times, and modes from the original file. @@ -127,7 +122,9 @@ This is useful for specifying options for which there is no separate .Nm scp -command-line flag. +command-line flag. For example, forcing the use of protocol +version 1 can be specified using +.Ic scp -oProtocol=1 . .It Fl 1 Forces .Nm @@ -148,6 +145,14 @@ .Sh DIAGNOSTICS .Nm exits with 0 on success or >0 if an error occurred. +.Sh AUTHORS +Timo Rinne and Tatu Ylonen +.Sh HISTORY +.Nm +is based on the +.Xr rcp 1 +program in BSD source code from the Regents of the University of +California. .Sh SEE ALSO .Xr rcp 1 , .Xr sftp 1 , @@ -157,13 +162,3 @@ .Xr ssh-keygen 1 , .Xr ssh_config 5 , .Xr sshd 8 -.Sh HISTORY -.Nm -is based on the -.Xr rcp 1 -program in BSD source code from the Regents of the University of -California. -.Sh AUTHORS -.An Timo Rinne Aq tri@iki.fi -and -.An Tatu Ylonen Aq ylo@cs.hut.fi