This is a discussion on Re: chroot'd SFTP within the OpenSSH Development forums, part of the Networking and Network Related category; On Sun, Jul 29, 2007 at 12:46:13AM +0300, Richard Storm wrote: > There must be such feature in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sun, Jul 29, 2007 at 12:46:13AM +0300, Richard Storm wrote:
> There must be such feature in openssh out of box. I'm not so sure.. > # useradd -d /data/p0rn -m share > > /etc/ssh/sshd_config: > Match user share > X11Forwarding no > AllowTCPForwarding no > ForceCommand /usr/libexec/sftp-server -C %d > > pkill sshd; /usr/sbin/sshd > and done :) Couldn't one just use a wrapper script doing the equivalent of the patch and then exec:ing sftp-server ? //Peter _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |