Hi people! For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login in the desired directory, but not be able for outside browsing.
for example: /work/ but not / or any other scope. How would you guys accomplish that?!