i'm not sure why, but after rebooting the linode it works!
this lead me to the next issue.
i wanted a user to have access to a folder outside of his home directory.
i looked into symlinks but it seems that that's the wrong utility for this situation.
so i used
Code:
mount -o bind /outside /home/user/outside
this does the trick! but i'm unsure about how to make this persistant.
i added this to /etc/fstab but i'm not sure if that was the right move, although it seems to work.
Code:
/srv/www/shared /home/chris/shared none bind
now, if anyuser tries to download a handful of files via sftp port 22 timesout and closes.
i'm not sure how to to even begin debugging this issue, so any help would be appreciated.