mgit-at / ssh-vulnkey

stand-alone ssh-vulnkey implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh-vulnkey

Build Status License

Allows to check ssh keys against debian ssh key vulnerability database.

Sample Usage

% ssh-vulnkey key1.pub key2.pub

Testing

% make test

Rationale

Debian removed the patch implementing ssh-vulnkey in openssh thus no tool was available anymore to check keys against the vulnerability databases as provided in openssh-blacklist(-extra).

Idea

Also provide more generic RSA key checks for eg. known weak keys.

License, Author

About

stand-alone ssh-vulnkey implementation

License:Apache License 2.0


Languages

Language:Shell 96.6%Language:Makefile 3.4%