summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:51:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:51:54 +0000
commit1775c9c97af0559f7b6df766ce79d66a1e883379 (patch)
treeb4edba4e1b14b37dd429237688f08b1309bc472d /ssh-add.1
parent11d470de348beb5e9f6a2dcc27fdeb1ad8257acd (diff)
- stevesk@cvs.openbsd.org 2002/06/10 17:36:23
[ssh-add.1 ssh-add.c] use convtime() to parse and validate key lifetime. can now use '-t 2h' etc. ok markus@ provos@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.16
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 350d1031d..bbf34203d 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.33 2002/06/05 21:55:44 markus Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.34 2002/06/10 17:36:22 stevesk Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -90,7 +90,9 @@ Lock the agent with a password.
90Unlock the agent. 90Unlock the agent.
91.It Fl t Ar life 91.It Fl t Ar life
92Set a maximum lifetime when adding identities to an agent. 92Set a maximum lifetime when adding identities to an agent.
93The lifetime is specified in seconds. 93The lifetime may be specified in seconds or in a time format
94specified in
95.Xr sshd 8 .
94.It Fl s Ar reader 96.It Fl s Ar reader
95Add key in smartcard 97Add key in smartcard
96.Ar reader . 98.Ar reader .