DDclient and a few other questions

Thanks.

DDclient actually turned out to be a piece of cake to setup. I just used

sudo apt-get install ddclient

then edited

/etc/ddclient.conf

to reflect my information. Then I modified

/etc/default/ddclient

and set

run_daemon="true"

I also decided not to use FTP. I switched my SSH software to OpenSSH to SFTP is supported.

Now I need to figure out the following:

  1. How do I create a user that only has access to the /var/www directory?
  2. How do I only allow this user to connect via SFTP?