Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Is there any way to let the user access folders linked via symbolic link? My sftp users get "Couldn't canonicalize: No such file or directory" error when they try to cd into those. Commented Sep 23, 2014 at 15:46
  • 1
    @Passiday Make sure that the symbolic links don't go outside the chroot: they should be relative, and not using .. too many times (or absolute, but then they need to start from the root of the chroot, so they'll be invalid outside the chroot). Commented Sep 23, 2014 at 15:48
  • 1
    I see from here that if I want users to venture outside the jail, then I must mount that outside folder. Commented Sep 23, 2014 at 17:05