mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- deraadt@cvs.openbsd.org 2001/02/22 08:03:51
[ssh-keygen.1 ssh-keygen.c] bye bye -d
This commit is contained in:
parent
b7c9232da1
commit
7ab5117367
@ -22,6 +22,9 @@
|
|||||||
- deraadt@cvs.openbsd.org 2001/02/22 06:43:55
|
- deraadt@cvs.openbsd.org 2001/02/22 06:43:55
|
||||||
[ssh-keygen.1 ssh-keygen.c]
|
[ssh-keygen.1 ssh-keygen.c]
|
||||||
document -d, and -t defaults to rsa1
|
document -d, and -t defaults to rsa1
|
||||||
|
- deraadt@cvs.openbsd.org 2001/02/22 08:03:51
|
||||||
|
[ssh-keygen.1 ssh-keygen.c]
|
||||||
|
bye bye -d
|
||||||
|
|
||||||
20010304
|
20010304
|
||||||
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
||||||
@ -4214,4 +4217,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.858 2001/03/05 05:10:52 mouring Exp $
|
$Id: ChangeLog,v 1.859 2001/03/05 05:13:38 mouring Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-keygen.1,v 1.31 2001/02/22 06:43:55 deraadt Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.32 2001/02/22 08:03:51 deraadt Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
@ -166,11 +166,6 @@ or
|
|||||||
for protocol version 2.
|
for protocol version 2.
|
||||||
The default is
|
The default is
|
||||||
.Dq rsa1 .
|
.Dq rsa1 .
|
||||||
.It Fl d
|
|
||||||
Specifies
|
|
||||||
.Dq dsa
|
|
||||||
key type (shortcut for
|
|
||||||
.Fl t Ar dsa)
|
|
||||||
.It Fl C Ar comment
|
.It Fl C Ar comment
|
||||||
Provides the new comment.
|
Provides the new comment.
|
||||||
.It Fl N Ar new_passphrase
|
.It Fl N Ar new_passphrase
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh-keygen.c,v 1.44 2001/02/22 06:43:55 deraadt Exp $");
|
RCSID("$OpenBSD: ssh-keygen.c,v 1.45 2001/02/22 08:03:51 deraadt Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
@ -605,7 +605,7 @@ do_change_comment(struct passwd *pw)
|
|||||||
void
|
void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
printf("Usage: %s [-lpqxXycd] [-t type] [-b bits] [-f file] [-C comment] "
|
printf("Usage: %s [-lpqxXyc] [-t type] [-b bits] [-f file] [-C comment] "
|
||||||
"[-N new-pass] [-P pass]\n", __progname);
|
"[-N new-pass] [-P pass]\n", __progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user