CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/09/10 20:54:42
Modified files: usr.bin/ssh : ssh-add.1 ssh-add.c Log message: When adding certificates to an agent, set the expiry to the certificate expiry time plus a short (5 min) grace period. This will cause the agent to automtically remove certificates shortly after they expire. A new ssh-add -N option disables this behaviour. Feedback/ok deraadt@