For the complete documentation index, see llms.txt. This page is also available as Markdown.

SSH Keys

find / -name authorized_keys 2> /dev/null           Pubic Keys
find / -name id_rsa 2> /dev/null                    Private Key

If a private key is found it is possible that it belongs not to another server but to a different user on the same machine

Last updated