By hk1
As I was following many tutorials online for a possible solution, none has been successful.
What I have done so far:
access via FTP(filezilla)
locate the wp-content & plugin directory.
attempted to rename : error: permission denied
attempted tutorial “fixes”
Extra info: I am logging in as my sudo and not my originalroot.
I am now stuck again and if anyone can direct/assist me on this matter, it is greatly appreciated!
(cannot access my admin page for wordpress because of a plugin installed. So I am trying to deactivate that plugin via ftp…)
Thank you!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @hk1
If you want to disable the PasswordAuthentication on the server and use your ssh-keys to login you can simply follow our existing tutorial here:
Once the ssh-key authentication is configured you can access the server via ssh just by connecting to the server using your ssh-client and not having to use PasswordAuthenticaion
Hope that this helps! Regards, Alex
This comment has been deleted
Hello, @hk1
I will recommend you to double check that the user is added to the sudoers group. As part of initial steps on the Ubuntu 20.04 server which you can check here:
As root, run this command to add your new user to the sudo group (substitute the highlighted username with your new user):
usermod -aG sudo sammy
Note : Change sammy with your actual username
Now, when logged in as your regular user, you can type sudo before commands to perform actions with superuser privileges or use with SFTP clients.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.