dolmen / github-keygen

Easy creation of secure SSH configuration for your GitHub account(s)
GNU General Public License v3.0
245 stars 25 forks source link

Verify key strength at every run #23

Open dolmen opened 9 years ago

dolmen commented 9 years ago

The rules for strongness of a key evolve with time. At every run of github-keygen we should check all existing keys, and revoke insecure ones (and optionally ask the user to replace it with a new one).

See https://blog.benjojo.co.uk/post/auditing-github-users-keys

dolmen commented 9 years ago

Cc: @benjojo