SSH Keys
id_rsa, id_rsa.pub, authorized_keys
What is SSH Keypair?
Enumeration
find / -name id_rsa 2>/dev/nullfind / -name authorized_keys 2>/dev/nullSSH without Password
chmod 600 id_rsa~/.ssh/authozied_keys
Last updated