summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 21:54:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 21:54:57 +0000
commit61d328acf9d0adcb10a254d072dafa84fb14b78f (patch)
tree974cd00f825192cda0f43acf3f82579d431eab5a /ssh-add.1
parent163f3b8f6be475e4fc28358846d0bed7bf0587e4 (diff)
- markus@cvs.openbsd.org 2002/06/05 21:55:44
[authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c] ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.16
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 3f462773e..350d1031d 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.32 2002/06/05 19:57:12 markus Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.33 2002/06/05 21:55:44 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -46,6 +46,7 @@
46.Sh SYNOPSIS 46.Sh SYNOPSIS
47.Nm ssh-add 47.Nm ssh-add
48.Op Fl lLdDxX 48.Op Fl lLdDxX
49.Op Fl t Ar life
49.Op Ar 50.Op Ar
50.Nm ssh-add 51.Nm ssh-add
51.Fl s Ar reader 52.Fl s Ar reader
@@ -87,6 +88,9 @@ Deletes all identities from the agent.
87Lock the agent with a password. 88Lock the agent with a password.
88.It Fl X 89.It Fl X
89Unlock the agent. 90Unlock the agent.
91.It Fl t Ar life
92Set a maximum lifetime when adding identities to an agent.
93The lifetime is specified in seconds.
90.It Fl s Ar reader 94.It Fl s Ar reader
91Add key in smartcard 95Add key in smartcard
92.Ar reader . 96.Ar reader .