Ok found my problem,
When i restored the backup, the permissions must of stuffed up, because the permissions on the account were root:root, so guys try this
Login to SSH
su as root (or login as root, depending on if you disabled root ssh access)
This is what it used to look like:
drwxr-xr-x 9 root root 4096 Jun 1 16:30 pyrohost/
Then:
Code:
chown pyrohost:pyrohost pyrohost
then it should look like this:
drwx--x--x 9 pyrohost pyrohost 4096 Jun 20 17:42 pyrohost/
This fixed this problem for me, but im not sure about you guys.