privilege escalation
SUID

Using linpeas.


Result:



SSH root
In the ssh directory, I found a root ssh key.
I will try to connect this.

I will try to connect to root using this ssh key.

This is causing an error because the SSH client is trying multiple keys before using the specified one. This can lead to delays or authentication issues.
So, We will specify IdentitiesOnly=yes to connect to using only the specified key.
We got the root shell.

Last updated
Was this helpful?