summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-06 22:40:30 +1100
committerDamien Miller <djm@mindrot.org>2011-01-06 22:40:30 +1100
commitf12114366b4ffcd34e3a638dd187f29ac03fbdbd (patch)
tree56fffcf6943140aa7fde6c54c5021e873aa19c25 /scp.1
parent30a69e7bba0161eabb678b9902fbd04e7495d86e (diff)
- markus@cvs.openbsd.org 2010/12/08 22:46:03
[scp.1 scp.c] add a new -3 option to scp: Copies between two remote hosts are transferred through the local host. Without this option the data is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)
Diffstat (limited to 'scp.1')
-rw-r--r--scp.111
1 files changed, 8 insertions, 3 deletions
diff --git a/scp.1 b/scp.1
index 346e5e311..28bac5671 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.54 2010/11/18 15:01:00 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.55 2010/12/08 22:46:03 markus Exp $
12.\" 12.\"
13.Dd $Mdocdate: November 18 2010 $ 13.Dd $Mdocdate: December 8 2010 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -19,7 +19,7 @@
19.Sh SYNOPSIS 19.Sh SYNOPSIS
20.Nm scp 20.Nm scp
21.Bk -words 21.Bk -words
22.Op Fl 1246BCpqrv 22.Op Fl 12346BCpqrv
23.Op Fl c Ar cipher 23.Op Fl c Ar cipher
24.Op Fl F Ar ssh_config 24.Op Fl F Ar ssh_config
25.Op Fl i Ar identity_file 25.Op Fl i Ar identity_file
@@ -75,6 +75,11 @@ to use protocol 1.
75Forces 75Forces
76.Nm 76.Nm
77to use protocol 2. 77to use protocol 2.
78.It Fl 3
79Copies between two remote hosts are transferred through the local host.
80Without this option the data is copied directly between the two remote
81hosts.
82Note that this options disables the progress meter.
78.It Fl 4 83.It Fl 4
79Forces 84Forces
80.Nm 85.Nm