I would like giving my keys a lifetime by adding something along the lines of:
SSH_ADD_DEFAULT_OPTIONS = "-t 1800"
but that would mean that I need to input my passphrase quite often. Preferably, that timeout should be updated each time I run ssh so that the key only gets invalidated whenever I haven't actively logged in anywhere for longer than the timeout. Is there any way of achieving this?
I would like giving my keys a lifetime by adding something along the lines of:
SSH_ADD_DEFAULT_OPTIONS = "-t 1800"but that would mean that I need to input my passphrase quite often. Preferably, that timeout should be updated each time I run ssh so that the key only gets invalidated whenever I haven't actively logged in anywhere for longer than the timeout. Is there any way of achieving this?