diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | scp.1 | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -10,6 +10,9 @@ | |||
10 | [sshd.c] | 10 | [sshd.c] |
11 | more specific error message when /var/empty has wrong permissions; | 11 | more specific error message when /var/empty has wrong permissions; |
12 | bug #46, map@appgate.com; ok henning@, provos@, stevesk@ | 12 | bug #46, map@appgate.com; ok henning@, provos@, stevesk@ |
13 | - markus@cvs.openbsd.org 2003/01/28 16:11:52 | ||
14 | [scp.1] | ||
15 | document -l; pekkas@netcore.fi | ||
13 | 16 | ||
14 | 20030211 | 17 | 20030211 |
15 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com | 18 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com |
@@ -1110,4 +1113,4 @@ | |||
1110 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1113 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1111 | ok provos@ | 1114 | ok provos@ |
1112 | 1115 | ||
1113 | $Id: ChangeLog,v 1.2595 2003/02/24 00:50:18 djm Exp $ | 1116 | $Id: ChangeLog,v 1.2596 2003/02/24 00:50:50 djm Exp $ |
@@ -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.24 2003/01/23 14:06:15 markus Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.25 2003/01/28 16:11:52 markus 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. |