Create a command line application that allows remembering a password for a limited amount of time. Many specific solutions, such as Kerberos, ssh-agent, sudo -v already exist.
Very simple application, though some care required. Store in memory.
A more sophisticated solution stores the secret off the computer.
No comments :
Post a Comment