- mouring@cvs.openbsd.org 2001/07/29 17:02:46
[scp.1] Clarified -o option in scp.1 OKed by Markus@
This commit is contained in:
parent
07d24dcbd8
commit
50e22c937f
|
@ -55,6 +55,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/07/28 09:21:15
|
- markus@cvs.openbsd.org 2001/07/28 09:21:15
|
||||||
[sshd.8]
|
[sshd.8]
|
||||||
cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
|
cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
|
||||||
|
- mouring@cvs.openbsd.org 2001/07/29 17:02:46
|
||||||
|
[scp.1]
|
||||||
|
Clarified -o option in scp.1 OKed by Markus@
|
||||||
|
|
||||||
20010803
|
20010803
|
||||||
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
|
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
|
||||||
|
@ -6165,4 +6168,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1441 2001/08/06 21:18:57 mouring Exp $
|
$Id: ChangeLog,v 1.1442 2001/08/06 21:20:22 mouring Exp $
|
||||||
|
|
5
scp.1
5
scp.1
|
@ -9,7 +9,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: scp.1,v 1.14 2001/02/04 11:11:53 djm Exp $
|
.\" $OpenBSD: scp.1,v 1.15 2001/07/29 17:02:46 mouring Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SCP 1
|
.Dt SCP 1
|
||||||
|
@ -108,7 +108,8 @@ The program must understand
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
options.
|
options.
|
||||||
.It Fl o Ar option
|
.It Fl o Ar option
|
||||||
The given option is directly passed to
|
Can be used to give options in the format used in the config file.
|
||||||
|
Theses options are passed directly to
|
||||||
.Xr ssh 1 .
|
.Xr ssh 1 .
|
||||||
.It Fl 4
|
.It Fl 4
|
||||||
Forces
|
Forces
|
||||||
|
|
Loading…
Reference in New Issue