=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.7 retrieving revision 1.7.2.3 diff -u -r1.7 -r1.7.2.3 --- src/usr.bin/ssh/scp.1 2000/04/12 21:47:50 1.7 +++ src/usr.bin/ssh/scp.1 2001/03/12 15:44:13 1.7.2.3 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $Id: scp.1,v 1.7 2000/04/12 21:47:50 aaron Exp $ +.\" $OpenBSD: scp.1,v 1.7.2.3 2001/03/12 15:44:13 jason Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -20,9 +20,11 @@ .Sh SYNOPSIS .Nm scp .Op Fl pqrvC46 +.Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file +.Op Fl o Ar option .Sm off .Oo .Op Ar user@ @@ -98,6 +100,16 @@ .Fl p is already reserved for preserving the times and modes of the file in .Xr rcp 1 . +.It Fl S Ar program +Name of +.Ar program +to use for the encrypted connection. +The program must understand +.Xr ssh 1 +options. +.It Fl o Ar option +The given option is directly passed to +.Xr ssh 1 . .It Fl 4 Forces .Nm @@ -106,6 +118,7 @@ Forces .Nm to use IPv6 addresses only. +.El .Sh AUTHORS Timo Rinne and Tatu Ylonen .Sh HISTORY @@ -116,6 +129,7 @@ California. .Sh SEE ALSO .Xr rcp 1 , +.Xr sftp 1 , .Xr ssh 1 , .Xr ssh-add 1 , .Xr ssh-agent 1 ,