parent
a9086a1c4c
commit
d18c80c2a6
|
@ -20,6 +20,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/07/23 12:47:05
|
- markus@cvs.openbsd.org 2001/07/23 12:47:05
|
||||||
[ssh.1]
|
[ssh.1]
|
||||||
sync PreferredAuthentications
|
sync PreferredAuthentications
|
||||||
|
- aaron@cvs.openbsd.org 2001/07/23 14:14:18
|
||||||
|
[ssh-keygen.1]
|
||||||
|
Fix typo.
|
||||||
|
|
||||||
20010803
|
20010803
|
||||||
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
|
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
|
||||||
|
@ -6130,4 +6133,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1431 2001/08/06 20:58:51 mouring Exp $
|
$Id: ChangeLog,v 1.1432 2001/08/06 21:00:27 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.46 2001/06/25 17:18:27 markus Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.47 2001/07/23 14:14:18 aaron Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -82,7 +82,7 @@ generates, manages and converts authentication keys for
|
||||||
.Xr ssh 1 .
|
.Xr ssh 1 .
|
||||||
.Nm
|
.Nm
|
||||||
defaults to generating a RSA1 key for use by SSH protocol version 1.
|
defaults to generating a RSA1 key for use by SSH protocol version 1.
|
||||||
specifying the
|
Specifying the
|
||||||
.Fl t
|
.Fl t
|
||||||
option allows you to create a key for use by SSH protocol version 2.
|
option allows you to create a key for use by SSH protocol version 2.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue