cached touch policy
See original GitHub issueIs there a way to set the touch policy to cached when using a yubikey for pgp and ssh ?
Found a way to do it for PIV (https://developers.yubico.com/PIV/Introduction/Yubico_extensions.html) but ykman
doesn’t seem to provide that option.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Documentation for set-touch `fixed`, `cached-fixed ... - GitHub
@hasier fixed means that the touch policy can not be changed without doing a full openpgp reset (which will delete all keys from...
Read more >PIV PIN and touch policies
Never: the PIN is never needed; Always: the PIN needed for every use; Once: the PIN is needed once per session ; Never:...
Read more >TouchedExpiryPolicy (JSR107 API and SPI 1.0.0 API)
An ExpiryPolicy that defines the expiry Duration of a Cache Entry based on when it was last touched. A touch includes creation, update...
Read more >What is Cache-Control and How HTTP Cache Headers Work
Cache-control is an HTTP header used to specify browser caching policies in both client requests and server responses. Policies include how a resource...
Read more >Cache Limits — Cachex v3.4.0 - HexDocs
If the cache key space goes above this number, it should evict 50 of the entries in the cache as chosen by the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tyhicks Happy to inform you that any device with firmware version 5.2.3 or higher supports cached touch policy for OpenPGP. You’ll need ykman 3.1.0 to set it.
@dagheyman That’s great to hear! I’ll have to upgrade to a 5 series device sometime soon and give it a shot. Thanks!