envoy
envoy copied to clipboard
timeout for keys
Specify timeout for the keys stored in memory. So it is more secure.
I'm not sure how I'd do this. This is just a thin wrapper around the commands. I'm not sure ssh-agent
has any way of configuring this while gpg-agent
has this already built-in and is configurable.
I think it is possible the -t
option (see: https://www.freebsd.org/cgi/man.cgi?query=ssh-agent&sektion=1)
Ah, so it is. I guess the question is how to implement this meaningfully. I'll have to do some research into how this interacts with gpg-agent and what would be a sensible way of configuring it if I add it.
The -t flag isn't used, so I guess I could just forward it naively.