mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 14:54:45 +02:00
- markus@cvs.openbsd.org 2002/09/19 15:51:23
[ssh-add.c] typo; cd@kalkatraz.de
This commit is contained in:
parent
a0e4559d72
commit
2138d152b2
@ -2,6 +2,9 @@
|
|||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- stevesk@cvs.openbsd.org 2002/09/19 14:53:14
|
- stevesk@cvs.openbsd.org 2002/09/19 14:53:14
|
||||||
[compat.c]
|
[compat.c]
|
||||||
|
- markus@cvs.openbsd.org 2002/09/19 15:51:23
|
||||||
|
[ssh-add.c]
|
||||||
|
typo; cd@kalkatraz.de
|
||||||
|
|
||||||
20020919
|
20020919
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
@ -683,4 +686,4 @@
|
|||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2472 2002/09/21 15:25:35 djm Exp $
|
$Id: ChangeLog,v 1.2473 2002/09/21 15:26:00 djm Exp $
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh-add.c,v 1.62 2002/06/26 14:51:33 markus Exp $");
|
RCSID("$OpenBSD: ssh-add.c,v 1.63 2002/09/19 15:51:23 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
|
||||||
@ -290,7 +290,7 @@ usage(void)
|
|||||||
fprintf(stderr, " -d Delete identity.\n");
|
fprintf(stderr, " -d Delete identity.\n");
|
||||||
fprintf(stderr, " -D Delete all identities.\n");
|
fprintf(stderr, " -D Delete all identities.\n");
|
||||||
fprintf(stderr, " -x Lock agent.\n");
|
fprintf(stderr, " -x Lock agent.\n");
|
||||||
fprintf(stderr, " -x Unlock agent.\n");
|
fprintf(stderr, " -X Unlock agent.\n");
|
||||||
fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n");
|
fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n");
|
||||||
#ifdef SMARTCARD
|
#ifdef SMARTCARD
|
||||||
fprintf(stderr, " -s reader Add key in smartcard reader.\n");
|
fprintf(stderr, " -s reader Add key in smartcard reader.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user