summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 21:52:03 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 21:52:03 +0000
commit2f71704b42891fbb486b1925e522ea95739fa8ca (patch)
tree5ec11dbd740c8d7a92fd783f162faf0bd3df224a /ssh-add.1
parent21d1ed8303c0d766b5bb1b3f0e54a7e28ae3c577 (diff)
- markus@cvs.openbsd.org 2002/06/05 19:57:12
[authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c] ssh-add -x for lock and -X for unlocking the agent. todo: encrypt private keys with locked...
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.18
1 files changed, 6 insertions, 2 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 163fc45ed..3f462773e 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.31 2002/06/05 16:35:45 markus Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.32 2002/06/05 19:57:12 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -45,7 +45,7 @@
45.Nd adds RSA or DSA identities to the authentication agent 45.Nd adds RSA or DSA identities to the authentication agent
46.Sh SYNOPSIS 46.Sh SYNOPSIS
47.Nm ssh-add 47.Nm ssh-add
48.Op Fl lLdD 48.Op Fl lLdDxX
49.Op Ar 49.Op Ar
50.Nm ssh-add 50.Nm ssh-add
51.Fl s Ar reader 51.Fl s Ar reader
@@ -83,6 +83,10 @@ Lists public key parameters of all identities currently represented by the agent
83Instead of adding the identity, removes the identity from the agent. 83Instead of adding the identity, removes the identity from the agent.
84.It Fl D 84.It Fl D
85Deletes all identities from the agent. 85Deletes all identities from the agent.
86.It Fl x
87Lock the agent with a password.
88.It Fl X
89Unlock the agent.
86.It Fl s Ar reader 90.It Fl s Ar reader
87Add key in smartcard 91Add key in smartcard
88.Ar reader . 92.Ar reader .