Skip to content

Releases: syxolk/ssh-keycheck

v0.3: Faster and stronger

14 Feb 03:56
Compare
Choose a tag to compare
- Reduce executable size with compiler flags
- Read log files and authorized keys concurrently
- Display algorithm security
- Ignore comment lines in authorized_keys (issue #2)
- Rename CSV columns:
    name -> comment
    insecure -> secure
    lastuse -> last_use
    lastip -> last_ip
    fingerprint -> fingerprint_md5
- Rename flag:
    fingerprint -> fingerprint-md5
- Use Go 1.9.4

v0.2: Release

08 Sep 10:00
Compare
Choose a tag to compare
- Add flag -csv
- Add flag -fingerprint
- Show last used ip in aligned table
- Parse key type and length from public key
- Add more unit tests
- Fix log file parsing (accept all key types)
- Use Go 1.9 for releases

v0.1

18 Aug 11:02
Compare
Choose a tag to compare
Display key table with last use and usage count