summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
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 .