mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 03:42:07 +00:00
parent
c7e2d3fa10
commit
83d0d39d0e
@ -87,6 +87,9 @@
|
||||
SIGINT or SIGQUIT when running without privilege separation (the
|
||||
normal privsep case is already OK). Patch mainly by dtucker@ and
|
||||
senthilkumar_sen AT hotpop.com; ok dtucker@
|
||||
- jmc@cvs.openbsd.org 2005/10/31 19:55:25
|
||||
[ssh-keygen.1]
|
||||
grammar;
|
||||
|
||||
20051102
|
||||
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
|
||||
@ -3220,4 +3223,4 @@
|
||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (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 -*-
|
||||
.\"
|
||||
@ -120,7 +120,7 @@ The type of key to be generated is specified with the
|
||||
option.
|
||||
If invoked without any arguments,
|
||||
.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
|
||||
.Nm
|
||||
is also used to generate groups for use in Diffie-Hellman group
|
||||
|
Loading…
Reference in New Issue
Block a user