summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/scp.1
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/scp.1')
-rw-r--r--crypto/openssh/scp.116
1 files changed, 11 insertions, 5 deletions
diff --git a/crypto/openssh/scp.1 b/crypto/openssh/scp.1
index 2440272..4031bd4 100644
--- a/crypto/openssh/scp.1
+++ b/crypto/openssh/scp.1
@@ -1,4 +1,3 @@
-.\" -*- nroff -*-
.\"
.\" scp.1
.\"
@@ -9,9 +8,9 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $OpenBSD: scp.1,v 1.50 2010/02/08 10:50:20 markus Exp $
+.\" $OpenBSD: scp.1,v 1.56 2010/12/09 14:13:32 jmc Exp $
.\"
-.Dd February 8, 2010
+.Dd December 9, 2010
.Dt SCP 1
.Os
.Sh NAME
@@ -20,7 +19,7 @@
.Sh SYNOPSIS
.Nm scp
.Bk -words
-.Op Fl 1246BCpqrv
+.Op Fl 12346BCpqrv
.Op Fl c Ar cipher
.Op Fl F Ar ssh_config
.Op Fl i Ar identity_file
@@ -76,6 +75,11 @@ to use protocol 1.
Forces
.Nm
to use protocol 2.
+.It Fl 3
+Copies between two remote hosts are transferred through the local host.
+Without this option the data is copied directly between the two remote
+hosts.
+Note that this option disables the progress meter.
.It Fl 4
Forces
.Nm
@@ -147,7 +151,9 @@ For full details of the options listed below, and their possible values, see
.It HostName
.It IdentityFile
.It IdentitiesOnly
+.It IPQoS
.It KbdInteractiveDevices
+.It KexAlgorithms
.It LogLevel
.It MACs
.It NoHostAuthenticationForLocalhost
@@ -209,7 +215,7 @@ to print debugging messages about their progress.
This is helpful in
debugging connection, authentication, and configuration problems.
.El
-.Pp
+.Sh EXIT STATUS
.Ex -std scp
.Sh SEE ALSO
.Xr rcp 1 ,
OpenPOWER on IntegriCloud