Hello, I was working to add a new user on our droplet, and I accidentally disabled the root user ssh key login. Is there a way to revert back to password login for the root user? If I set PasswordAuthentication to yes...
I am currently able to login a sudo user via the console on our Droplet. However, I am unable to login as root. Should I go through the root user password reset process? If I do that, will that affect the login for th...
My question is in regards to the correct way to write a 301 redirect from requests to our old site URLs. When we go live, we need the following redirect:
(.*)mydomain.com/index.php(.*) —> https://mydomain.com/home
...