diff options
author | mouring <mouring> | 2002-06-11 15:51:54 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-06-11 15:51:54 +0000 |
commit | d7b143213fd8e2389d3b641611f2263515ac6422 (patch) | |
tree | 197623a6f8596d1d11560a93193936e0aac4f635 /ssh-add.1 | |
parent | e1dbeac61a211ad6093fb31b6df890bac4dfceb1 (diff) | |
download | openssh-d7b143213fd8e2389d3b641611f2263515ac6422.tar.gz |
- 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.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.33 2002/06/05 21:55:44 markus Exp $ +.\" $OpenBSD: ssh-add.1,v 1.34 2002/06/10 17:36:22 stevesk Exp $ .\" .\" -*- nroff -*- .\" @@ -90,7 +90,9 @@ Lock the agent with a password. Unlock the agent. .It Fl t Ar life Set a maximum lifetime when adding identities to an agent. -The lifetime is specified in seconds. +The lifetime may be specified in seconds or in a time format +specified in +.Xr sshd 8 . .It Fl s Ar reader Add key in smartcard .Ar reader . |