## Optional: Setup FTP #### Creating a Dev User * `useradd -d /var/www/html -G devgroup -M dev` Add dev user, with home pointing to web directory, and add to the *devgroup*. * `passwd dev` Change password for the dev user * At this point, you'll need to input the dev user's new password #### Connecting * Use the username and password of the Dev User you just created * **Use SFTP connection**. FTP only will not work.