Simple jail for user with open-ssh
- by Vikram
Can I confine my users to their /home/%u directory using simply open-ssh configuration? I did the following from what I found on the Internet
Stopped the server
To the sshd_config file appended the following
Match group sftpusers
ChrootDirectory /home/%u
X11Forwarding no
AllowTcpForwarding no
started the server
FYI I have the users added to sftpusers group
My users can still access entire file structure on my system
Ubuntu Server 12.04 LTS with open-ssh installed