Algorithms

Linux ssh key commands

Check a key

ssh-keygen -lf [key]

Scan a key

ssh-keyscan [host]

–> then do a scan ;-)