I use ssh daily to login to a couple servers I manage, and I use an ssh key to login. Because I generated my ssh key with a password, the first time I use ssh in a day, I'm prompted for a password. I want this to periodically lock again throughout the day, so that someone getting access to my laptop while it's on doesn't necessarily get access to the servers. I can't find an option for this, and I also can't figure out a command to lock the key. If there is such a command, I could add it to crontab.
Probably the best option is simply not to use an ssh key.