This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### This is mainly for VMs managed by ServerPilot control panel using Ubuntu 14.04 | |
#### But in theory will work for VMs in general ie: DigitalOcean or AWS instance | |
#### 1 Add new user | |
useradd mudotmy | |
#### 2 Follow on screen prompts - this will allow SFTP with the password set from the prompts | |
#### If there are no prompts just move on to Step 3 You will reset the password in the last step | |
#### 3 Update user's home directory to ServerPilots Apps OR vim /etc/passwd to change the new users path |