summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-01-24 11:46:57 +0000
committerColin Watson <cjwatson@debian.org>2011-01-24 11:46:57 +0000
commit0970072c89b079b022538e3c366fbfa2c53fc821 (patch)
treeb7024712d74234bb5a8b036ccbc9109e2e211296 /scp.1
parent4e8aa4da57000c7bba8e5c49163bc0c0ca383f78 (diff)
parent478ff799463ca926a8dfbabf058f4e84aaffc65a (diff)
merge 5.7p1
Diffstat (limited to 'scp.1')
-rw-r--r--scp.116
1 files changed, 11 insertions, 5 deletions
diff --git a/scp.1 b/scp.1
index bc5e259f5..577dd52c1 100644
--- a/scp.1
+++ b/scp.1
@@ -1,4 +1,3 @@
1.\" -*- nroff -*-
2.\" 1.\"
3.\" scp.1 2.\" scp.1
4.\" 3.\"
@@ -9,9 +8,9 @@
9.\" 8.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 10.\"
12.\" $OpenBSD: scp.1,v 1.50 2010/02/08 10:50:20 markus Exp $ 11.\" $OpenBSD: scp.1,v 1.56 2010/12/09 14:13:32 jmc Exp $
13.\" 12.\"
14.Dd $Mdocdate: February 8 2010 $ 13.Dd $Mdocdate: December 9 2010 $
15.Dt SCP 1 14.Dt SCP 1
16.Os 15.Os
17.Sh NAME 16.Sh NAME
@@ -20,7 +19,7 @@
20.Sh SYNOPSIS 19.Sh SYNOPSIS
21.Nm scp 20.Nm scp
22.Bk -words 21.Bk -words
23.Op Fl 1246BCpqrv 22.Op Fl 12346BCpqrv
24.Op Fl c Ar cipher 23.Op Fl c Ar cipher
25.Op Fl F Ar ssh_config 24.Op Fl F Ar ssh_config
26.Op Fl i Ar identity_file 25.Op Fl i Ar identity_file
@@ -76,6 +75,11 @@ to use protocol 1.
76Forces 75Forces
77.Nm 76.Nm
78to 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 option disables the progress meter.
79.It Fl 4 83.It Fl 4
80Forces 84Forces
81.Nm 85.Nm
@@ -147,7 +151,9 @@ For full details of the options listed below, and their possible values, see
147.It HostName 151.It HostName
148.It IdentityFile 152.It IdentityFile
149.It IdentitiesOnly 153.It IdentitiesOnly
154.It IPQoS
150.It KbdInteractiveDevices 155.It KbdInteractiveDevices
156.It KexAlgorithms
151.It LogLevel 157.It LogLevel
152.It MACs 158.It MACs
153.It NoHostAuthenticationForLocalhost 159.It NoHostAuthenticationForLocalhost
@@ -209,7 +215,7 @@ to print debugging messages about their progress.
209This is helpful in 215This is helpful in
210debugging connection, authentication, and configuration problems. 216debugging connection, authentication, and configuration problems.
211.El 217.El
212.Pp 218.Sh EXIT STATUS
213.Ex -std scp 219.Ex -std scp
214.Sh SEE ALSO 220.Sh SEE ALSO
215.Xr rcp 1 , 221.Xr rcp 1 ,