How to add an SSH user to my Ubuntu 12 server to upload PHP files
- by user229209
I have an Ubuntu 12 VPS and wanted to create a user account to upload and download my PHP code. So when logged in as root I created a user "chris" and then created a directory /var/www/chris
I want "chris" to be able to upload and run files to the /var/www/chris directory.
Permissions for the chris dir look like this:
drwxrwxr-x 2 root chris …