Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Implementing chroot directory for sftp users

No, but you can try asking as https://superuser.com/
windowsguy2016

Re: Implementing chroot directory for sftp users

martin wrote:

This is a support forum for WinSCP, not OpenSSH.


Thank you for the update, do you happen to know which is the correct forum for OpenSSH?
martin

Re: Implementing chroot directory for sftp users

This is a support forum for WinSCP, not OpenSSH.
windowsguy2016

Implementing chroot directory for sftp users

Hello all,

I am running OpenSSH64 on a Windows 2012 environment. OpenSSH64 is running and I can access the server. I have modified the sshd_config file with no success. I have made the following changes

Subsystem sftp C:\OpenSSH-Win64\sftp-server.exe

Match User sftponly-user
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp
ChrootDirectory %h

I have also tried

ChrootDirectory C:\User_Specific_Directory\

We are trying to generate logs to verify the changes we make in the sshd_config file are being applied, however, we only receive the following error in the log;

3784 11:00:17 087 error: accept: The operation completed successfully.

Does anyone have a working example of chrooting a user to a specific directory?