Initial commit.

This repository will track my useful ssh key management tools.
This commit is contained in:
2015-07-08 20:00:18 -04:00
parent 50e8795be7
commit d78030c216
2 changed files with 12 additions and 0 deletions

12
README Normal file
View File

@ -0,0 +1,12 @@
This is a set of management scripts for ssh keys. I use them to provide
ways of invalidating and updating keys remotely.
As the user with access would already have permission to do all operations
that drive the process, this script merely automates the key roll-over,
and invalidation operations.
An invalidated key would require an alternate (if any) authentication
mechanism; thus key invalidation would be the best form of locking
out suspected compromised keys. Key regeneration is automated to
avoid timeouts which may become annoying and possibly even force
the use of a password on a potentially key-log compromised system.