Invalidating unused ssh keys

Posted by JH on Server Fault See other posts from Server Fault or by JH
Published on 2010-04-04T22:56:04Z Indexed on 2010/04/04 23:03 UTC
Read the original article Hit count: 561

Filed under:
|

I am using one ssh account for all my Subversion users. They send me their public keys and I put them in .ssh/authorized_key of the svn account, then they can check out the code from Subversion using ssh tunnel.

So far everything works fine. The problem though is that I want to invalidate keys that have not been used for some time (say one month). Does anyone know a way to make sshd log the public key when a user signs in?

Thanks.

© Server Fault or respective owner

Related posts about ssh

Related posts about authentication