Restricting remote access with Dropbear

I’m trying to figure out how to restrict a certain user to their home directory when connected via ssh (and sftp).

I haven’t been able to find any examples specific to dropbear. Has anyone done this? Can you point me in the right direction?

Thanks.

From what I can tell, dropbear doesn’t support user privilege separation. I’ll have to look into OpenSSH to accomplish this.