parent
c7e2d3fa10
commit
83d0d39d0e
|
@ -87,6 +87,9 @@
|
||||||
SIGINT or SIGQUIT when running without privilege separation (the
|
SIGINT or SIGQUIT when running without privilege separation (the
|
||||||
normal privsep case is already OK). Patch mainly by dtucker@ and
|
normal privsep case is already OK). Patch mainly by dtucker@ and
|
||||||
senthilkumar_sen AT hotpop.com; ok dtucker@
|
senthilkumar_sen AT hotpop.com; ok dtucker@
|
||||||
|
- jmc@cvs.openbsd.org 2005/10/31 19:55:25
|
||||||
|
[ssh-keygen.1]
|
||||||
|
grammar;
|
||||||
|
|
||||||
20051102
|
20051102
|
||||||
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
|
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
|
||||||
|
@ -3220,4 +3223,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3948 2005/11/05 04:16:12 djm Exp $
|
$Id: ChangeLog,v 1.3949 2005/11/05 04:16:27 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.70 2005/10/31 11:12:49 djm Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.71 2005/10/31 19:55:25 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -120,7 +120,7 @@ The type of key to be generated is specified with the
|
||||||
option.
|
option.
|
||||||
If invoked without any arguments,
|
If invoked without any arguments,
|
||||||
.Nm
|
.Nm
|
||||||
will generate a RSA key for use in SSH protocol 2 connections.
|
will generate an RSA key for use in SSH protocol 2 connections.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm
|
.Nm
|
||||||
is also used to generate groups for use in Diffie-Hellman group
|
is also used to generate groups for use in Diffie-Hellman group
|
||||||
|
|
Loading…
Reference in New Issue