i.e the dummy would be me!
I have been working my way through this and its driving me nuts as so much is assumed:
http://library.linode.com/security/sftp-jails/
Did the file changes.
I have a user 'dave' and dave is part of the group 'filetransfer', this is all fine.
usermod -G filetransfer dave
chown root:root /srv/www/website_name.com
chmod 755 /srv/www/website_name.com
Next bit
cd /srv/www/website_name.com
mkdir docs public_html <------- skipped this as I already have one
chown username:usergroup
The chown username:usergroup <---- does this mean I have to put chown dave:filetransfer ? (I did try it and had no luck)
So after all that I use the SFTP on cyberduck - am I gathering that the server is the linode IP address, username is dave and the password the one for that account. It just disconnects me..
any ideas?