On a Synology NAS with DSM 7.0 I have created through the Graphical UI a dedicated admin user (as recommended in Synology's setup procedure), then I have enabled ssh login and now I can ssh into the Synology. So far so good. However when logging in via ssh I get a strange message before the prompt appears:
Could not chdir to home directory /var/services/homes/<my-admin-user>: No such file or directory
Why's this happening? Is the DSM 7 operation system of my NAS not properly configured?
And how do I fix it? Do I just create the user's home directory?
Additional info
The path /var/services/homes
exists, but it is a symlink to /volume1/@fake_home_link
which does not exist.