diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:42:19 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:42:19 +0000 |
commit | 8d6b7f4c46de3feb66f704ab483e51ea1a3bb0e1 (patch) | |
tree | 41fe3dd71501bbec5b0393f1536c925eaee180e9 /scp.1 | |
parent | f045c69060bfdd5cf8759a5f29d7008d02e4de5b (diff) | |
parent | 58bfa257481a1c6938ada9bbd38801cc45633fb0 (diff) |
Debian release 3.6p1-1.
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -9,7 +9,7 @@ | |||
9 | .\" | 9 | .\" |
10 | .\" Created: Sun May 7 00:14:37 1995 ylo | 10 | .\" Created: Sun May 7 00:14:37 1995 ylo |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: scp.1,v 1.23 2002/06/22 16:41:57 stevesk Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.26 2003/01/28 17:24:51 stevesk Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd September 25, 1999 | 14 | .Dd September 25, 1999 |
15 | .Dt SCP 1 | 15 | .Dt SCP 1 |
@@ -25,6 +25,7 @@ | |||
25 | .Op Fl P Ar port | 25 | .Op Fl P Ar port |
26 | .Op Fl c Ar cipher | 26 | .Op Fl c Ar cipher |
27 | .Op Fl i Ar identity_file | 27 | .Op Fl i Ar identity_file |
28 | .Op Fl l Ar limit | ||
28 | .Op Fl o Ar ssh_option | 29 | .Op Fl o Ar ssh_option |
29 | .Sm off | 30 | .Sm off |
30 | .Oo | 31 | .Oo |
@@ -68,6 +69,8 @@ Selects the file from which the identity (private key) for RSA | |||
68 | authentication is read. | 69 | authentication is read. |
69 | This option is directly passed to | 70 | This option is directly passed to |
70 | .Xr ssh 1 . | 71 | .Xr ssh 1 . |
72 | .It Fl l Ar limit | ||
73 | Limits the used bandwidth, specified in Kbit/s. | ||
71 | .It Fl p | 74 | .It Fl p |
72 | Preserves modification times, access times, and modes from the | 75 | Preserves modification times, access times, and modes from the |
73 | original file. | 76 | original file. |
@@ -122,17 +125,15 @@ in the format used in | |||
122 | This is useful for specifying options | 125 | This is useful for specifying options |
123 | for which there is no separate | 126 | for which there is no separate |
124 | .Nm scp | 127 | .Nm scp |
125 | command-line flag. For example, forcing the use of protocol | 128 | command-line flag. |
126 | version 1 is specified using | ||
127 | .Ic scp -oProtocol=1 . | ||
128 | .It Fl 1 | 129 | .It Fl 1 |
129 | Forces | 130 | Forces |
130 | .Nm | 131 | .Nm |
131 | to try protocol version 1 only. | 132 | to use protocol 1. |
132 | .It Fl 2 | 133 | .It Fl 2 |
133 | Forces | 134 | Forces |
134 | .Nm | 135 | .Nm |
135 | to try protocol version 2 only. | 136 | to use protocol 2. |
136 | .It Fl 4 | 137 | .It Fl 4 |
137 | Forces | 138 | Forces |
138 | .Nm | 139 | .Nm |