Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first
Root User Help
-
hello guys, i want to directly login with root user,
i dont wanna login with user "pi" and gain root access..
what is root user password ? -
@m1s3rys1gn4l
root PW isn't settedSo do following:
- type
sudo passwd root
- set password for root (2x times!)
- edit file
sudo nano /etc/ssh/sshd_config
#PermitRootLogin without-password PermitRootLogin yes
- reboot or type
sudo service sshd resart
- You have root SSH enabeld and setted root PW
- type
-
thanks :)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.