Report this

What is the reason for this report?

A rights problem with a sudo user

Posted on February 24, 2016

I am setting up my first server and I am running into a rights problem.

I did the following:

  • made an SSH key
  • selected Ubuntu 15.10
  • installed VestaCP as the root user
  • created a sudo user and made it impossible to login as root
  • Logged in with SFTP as sudo user with PPK key

Now when I go in my Filezilla to the directory /home/admin/web I get the message “permission denied” and I cannot see its contents.

My question is what exactly went wrong and - most importantly - how I can repair it.



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

The user you are logging in as must own the directory. As root run:

chown -R user:user /home/admin

where ‘user’ is the username of the ftp user.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.