mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
Improve documentation for default-cache-ttl and default-cache-ttl-ssh.
* doc/gpg-agent.texi (Agent Options): Improve documentation for default-cache-ttl and default-cache-ttl-ssh. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
60cf69ff9d
commit
0416aed4ab
@ -328,13 +328,17 @@ control this behaviour but this command line option takes precedence.
|
|||||||
|
|
||||||
@item --default-cache-ttl @var{n}
|
@item --default-cache-ttl @var{n}
|
||||||
@opindex default-cache-ttl
|
@opindex default-cache-ttl
|
||||||
Set the time a cache entry is valid to @var{n} seconds. The default is
|
Set the time a cache entry is valid to @var{n} seconds. The default
|
||||||
600 seconds.
|
is 600 seconds. Each time a cache entry is accessed, the entry's
|
||||||
|
timer is reset. To set an entry's maximum lifetime, use
|
||||||
|
@command{max-cache-ttl}.
|
||||||
|
|
||||||
@item --default-cache-ttl-ssh @var{n}
|
@item --default-cache-ttl-ssh @var{n}
|
||||||
@opindex default-cache-ttl
|
@opindex default-cache-ttl
|
||||||
Set the time a cache entry used for SSH keys is valid to @var{n}
|
Set the time a cache entry used for SSH keys is valid to @var{n}
|
||||||
seconds. The default is 1800 seconds.
|
seconds. The default is 1800 seconds. Each time a cache entry is
|
||||||
|
accessed, the entry's timer is reset. To set an entry's maximum
|
||||||
|
lifetime, use @command{max-cache-ttl-ssh}.
|
||||||
|
|
||||||
@item --max-cache-ttl @var{n}
|
@item --max-cache-ttl @var{n}
|
||||||
@opindex max-cache-ttl
|
@opindex max-cache-ttl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user