Displaying 1 result from an estimated 1 matches for "test_openssh".
2009 Jun 30
5
[Bug 1616] New: root owned empty subdirs are deletable by chroot users
...ver
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: giulius at gmail.com
Successfully created a chroot sftp user and his structure:
nomad:~# grep prova /etc/passwd
prova:x:1000:107:,,,:/:/bin/false
nomad:~# grep ftponly /etc/group
sftponly:x:107:
nomad:~# less /usr/local/test_openssh/etc/sshd_config
...
Subsystem sftp internal-sftp
Match User prova
ForceCommand internal-sftp
ChrootDirectory /siuvar/chroots/prova/
AllowTcpForwarding no
X11Forwarding no
...
I already know it is not possible for the user prova to write directly
into the chroot dir "prova" :-( in...