A partir do sshd_config manpage :
Specifies the pathname of a directory to chroot(2) to after authentication. All components of the pathname must be root-owned directories that are not writable by any other user or group. After the chroot, sshd(8) changes the working directory to the user's home directory.
Parece que todos os diretórios pai devem ser graváveis apenas como root, mesmo para SFTP. Se isso não for possível, sugiro mover o diretório para outro lugar (por exemplo, /home/web/offlineuser
) e, em seguida, vincular / vincular a montagem no local.