diff options
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -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. | |||
76 | Forces | 75 | Forces |
77 | .Nm | 76 | .Nm |
78 | to use protocol 2. | 77 | to use protocol 2. |
78 | .It Fl 3 | ||
79 | Copies between two remote hosts are transferred through the local host. | ||
80 | Without this option the data is copied directly between the two remote | ||
81 | hosts. | ||
82 | Note that this option disables the progress meter. | ||
79 | .It Fl 4 | 83 | .It Fl 4 |
80 | Forces | 84 | Forces |
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. | |||
209 | This is helpful in | 215 | This is helpful in |
210 | debugging connection, authentication, and configuration problems. | 216 | debugging 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 , |