backup ssh keys found?
found authorized keys in the (new) var\backup
\rooted\var\backups\ssh\
b. from the repository we can download all DSA and RSA common keys:
https://github.com/g0tmi1k/debian-ssh
c. Manually check if the public key in authorized_keys file match any of the common keys in dsa dir:
Copy the first 40 (approx.) characters after ssh-dss in the authorized_keys, then search it in the repo using grep -lr
cd debian-ssh/common_keys/dsa/1024/
grep -lr ‘AAAAB3NzaC................................’ .
Last modified 7mo ago