Displaying 1 result from an estimated 1 matches for "chrootconfig".
2001 Sep 17
1
making openssh work with chroot()'ed accounts?
...the user sees after the
chroot() call has taken place) in a place where they don't have access
to it.
Is there some easy way to get openssh to work with chroot()'ed
accounts? Something I've missed, perhaps?
Assuming I haven't overlooked something, I was considering adding a
"ChrootConfig" option to the sshd_config file. E.g.:
ChrootConfig /etc/security/chroot.conf
This would function in the same way as pam_chroot (each line in the
file is of the form "username directory", where "username" is a
regular expression, and "directory" is the dire...