I've just made changes to a user's home directory (using usermod -d) - but I'm still going to the old directory when I login (via sftp).
Do I need to restart a user service to pick up these changes?
(I've got the Match user... ChrootDirectory settings in sshd_config pointing to the parent of the user's home directory as well.)
JG