diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 21:20:22 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 21:20:22 +0000 |
commit | 50e22c937f73319bd2eee30abc166b8bd403598f (patch) | |
tree | ab1a1220b1fc98bf5516e8e9967e5dc226db916e | |
parent | 07d24dcbd8818a18224d0b40b76160832dcbd4c6 (diff) |
- mouring@cvs.openbsd.org 2001/07/29 17:02:46
[scp.1]
Clarified -o option in scp.1 OKed by Markus@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | scp.1 | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -55,6 +55,9 @@ | |||
55 | - markus@cvs.openbsd.org 2001/07/28 09:21:15 | 55 | - markus@cvs.openbsd.org 2001/07/28 09:21:15 |
56 | [sshd.8] | 56 | [sshd.8] |
57 | cleanup some RSA vs DSA vs SSH1 vs SSH2 notes | 57 | cleanup some RSA vs DSA vs SSH1 vs SSH2 notes |
58 | - mouring@cvs.openbsd.org 2001/07/29 17:02:46 | ||
59 | [scp.1] | ||
60 | Clarified -o option in scp.1 OKed by Markus@ | ||
58 | 61 | ||
59 | 20010803 | 62 | 20010803 |
60 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on | 63 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on |
@@ -6165,4 +6168,4 @@ | |||
6165 | - Wrote replacements for strlcpy and mkdtemp | 6168 | - Wrote replacements for strlcpy and mkdtemp |
6166 | - Released 1.0pre1 | 6169 | - Released 1.0pre1 |
6167 | 6170 | ||
6168 | $Id: ChangeLog,v 1.1441 2001/08/06 21:18:57 mouring Exp $ | 6171 | $Id: ChangeLog,v 1.1442 2001/08/06 21:20:22 mouring 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.14 2001/02/04 11:11:53 djm Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.15 2001/07/29 17:02:46 mouring Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd September 25, 1999 | 14 | .Dd September 25, 1999 |
15 | .Dt SCP 1 | 15 | .Dt SCP 1 |
@@ -108,7 +108,8 @@ The program must understand | |||
108 | .Xr ssh 1 | 108 | .Xr ssh 1 |
109 | options. | 109 | options. |
110 | .It Fl o Ar option | 110 | .It Fl o Ar option |
111 | The given option is directly passed to | 111 | Can be used to give options in the format used in the config file. |
112 | Theses options are passed directly to | ||
112 | .Xr ssh 1 . | 113 | .Xr ssh 1 . |
113 | .It Fl 4 | 114 | .It Fl 4 |
114 | Forces | 115 | Forces |