I'm working on a custom Android device that needs to support ssh. We have a working service implemented that handles incoming ssh connections, but we have to run it currently on a port>1024 as per Linux permission requirements.
Is there a way to run the server on port 22?
Of course, we have system level access. We're trying to avoid exposing root access into the app space for security reasons. We do have a way to execute root commands, though if it's necessary.