updated cache time

This commit is contained in:
Kristian Krsnik 2023-09-07 16:30:20 +02:00
parent 0f095e1996
commit 4cf04fe0f7
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85

View File

@ -7,6 +7,13 @@
enableSshSupport = true; enableSshSupport = true;
sshKeys = ["A0B5D579ECACC45C51B2B38E317D346182083CD8"]; sshKeys = ["A0B5D579ECACC45C51B2B38E317D346182083CD8"];
# The amount of time a key is kept in the cache before it is removed.
# The timer is reset after each use within that window.
defaultCacheTtl = 86400; # 1 Day
defaultCacheTtlSsh = 86400; # 1 Day
# The maximum amount after which the passphrase has to be retyped,
# even if the key is still cached.
maxCacheTtl = 86400; # 1 Day maxCacheTtl = 86400; # 1 Day
maxCacheTtlSsh = 86400; # 1 Day maxCacheTtlSsh = 86400; # 1 Day
}; };