Hi, I cant login sftp if I Chrooted user(abc) to write privileged directory (/home/abc/abc.com) but I can login if I Chrooted directory (/home/abc/abc.com) is only readable privilege to user(abc) or user group (abcgrp)
I want to give write access for specific chrooted folder (/home/abc/abc.com) and with user could login to sftp. How?
thanks for your help.
my sshd_config is:
Match Group abcgrp ChrootDirectory /home/abc/abc.com ForceCommand internal-sftp X11Forwarding no AllowTcpForwarding no
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I am guessing that you created the abc.com directory as an administrative user and not the user abc?
If so, you need to give the abc user permission to the folder you created as an administrator. Use this command to do that:
chown -R abc:abcgrp /home/abc/abc.com
Take a look at How can I chroot sftp-only SSH users into their homes? - Ask Ubuntu. In order to chroot abc to /home/abc/abc.com, you need to have /home/abc/abc.com writable only by root and grant them write privileges to a subdirectory, e.g. /home/abc/abc.com/files.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
