Ubuntu 14.04: Using the auth.log im able to see: accepted publickey for $user from 192.168.xx.xx port xxxxx ssh2: RSA xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
Using that RSA Key how do i know which public key it is in /home/$user/.ssh/authorized_keys
/home/$user/.ssh/authorized_keys are not in hexadecimal format which is what im guessing the RSA key format is in auth.log???
auth.log
only shows the key fingerprint, not the key itself. – DopeGhoti Dec 11 '17 at 19:09