So my understanding of a jail shell was that it didn't allow browsing above /home/username/. Apparently, that isn't the case. Did I misunderstand something or have I somehow gone wrong?
So my understanding of a jail shell was that it didn't allow browsing above /home/username/. Apparently, that isn't the case. Did I misunderstand something or have I somehow gone wrong?
It's a common misunderstanding to believe that users cannot browse above their home directory when granted SSH access (including jail shell). Standard Unix file system permissions apply, meaning they can browse directory structures outside their home directory. Whether they can read/write individual files is a different file system permissions issue.
So my understanding of a jail shell was that it didn't allow browsing above /home/username/. Apparently, that isn't the case. Did I misunderstand something or have I somehow gone wrong?