How can I flush my ssh keys on power management activity?
- by Sam Halicke
Hi all,
Using ssh-agent and private keys per the usual. Everything's working as normal.
My question regards best practices on flushing keys from ssh-add on activity like sleep, suspend, hibernate, etc. I thought about writing a simple wrapper around those commands, but then wondered if are they even called? Or does the kernel initiate this…