#How do I get root access of my VPS? :|
8 messages · Page 1 of 1 (latest)
You can still enable the "root" Login user by going into /etc/ssh/sshd_config and enabling "PermitRootLogin" change it from no to yes, and remove the beginning # if there is one.
Change password of "root" with "sudo passwd root" and enter a new password.
then type service ssh restart and login with root instead, not really recommended to run root 24/7, but you can if you really really wish to.
With docker you can enter into the Containers, since it's just containers, but yeah
thank you
really appreciate the fast response
have a great day
Hi,
Cann you guide me to changing password as after 6 days OVH provided password will expire.
I changed password using this article but when I tried to login with new password I always get access denied text in putty terminal/ssh
You just type "passwd username" where the username is the user you want to change pass to
after 6 days the password generated won't exactly expire, it'd still be the password of the user on the VPS, it would just make it so you can't retrieve it from that link anymore, if you save the password given on that link somewhere so you don't forget it, you can still usei t