ssh-audit icon indicating copy to clipboard operation
ssh-audit copied to clipboard

Feature: Host key fingerprint enumeration/gathering

Open 0x27 opened this issue 9 years ago • 2 comments

A useful feature to have would be enumerating and grabbing the hostkeys/fingerprints from the remote SSH server and storing them as part of the output.

Something similar to what I did here, maybe? https://github.com/0x27/ssh_keyscanner

0x27 avatar Oct 18 '16 12:10 0x27

I completely agree and this is already planned. Currently, it's implemented for SSH1 (see screenshot in #12), but it's missing some details for SSH2, because it requires successful key-exchange.

arthepsy avatar Oct 18 '16 13:10 arthepsy

@0x27 This feature has been implemented in my v2.0.0 release: https://github.com/jtesta/ssh-audit/releases/tag/v2.0.0

jtesta avatar Aug 29 '19 20:08 jtesta