I am using a TMDXEVM3358 eval board whose SDK root filesystem has dropbear/sftp-server as a part of
I have a requirement to limit access of certain ssh clients as well as all sftp clients. I have tried to do something like this:
https://www.howtoforge.com/chrooted-drop-bear-howto (note: instead of dropbear.52, I used the already present dropbear binaries).
It hasn't worked, and in the process of figuring it out, I found some references to dropbear in:
/etc/systemd/system/sockets/.target.wants/
which refers to files in /lib/systemd/system/dropbear.xxxx
It looks like the process outline in howtoforced.com won't work in this case.
Does anybody have any other suggestions?
Tom