SSH Files

Exploiting SSH file

Readable id_rsa file

if an id_rsa file is readable, it can be copied to the host and used to get access

The id_rsa file must be set to only be executed by current group

chmod 600 id_rsa
ssh -i id_rsa user@host

Last updated