I'd like to audit the authorized_keys file on a number of servers and match them with known AWS key fingerprints.
Is there a one-liner which incorporates ssh-keygen -lf which will output the fingerprint of every key in an authorized_keys file in a nice list with line breaks?