Displaying 1 result from an estimated 1 matches for "mychroot".
Did you mean:
mkchroot
2023 Jan 27
3
[Bug 3528] New: ls hangs when using ldap groups
...n Ubuntu 20.04.4 LTS
Configured the sftp server with chrootDirectory like so:
/etc/ssh/sshd_config
ChallengeResponseAuthentication no
UsePAM yes
X11Forwarding yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp internal-sftp -l DEBUG
GSSAPIAuthentication yes
Match Group MyGroup
ChrootDirectory /mychroot
ForceCommand internal-sftp
X11Forwarding no
AllowTcpForwarding no
My /etc/nsswitch contains
group: files systemd sss ldap
Users accessing the sftp is authenticated agains an AD, but the access
groups comes from another LDAP server.
When I login to the sftp server and execute a ls comm...