$ useradd images
$ passwd images
注释掉 Subsystem sftp /usr/libexec/openssh/sftp-server
在下面添加
Match User images
ForceCommand internal-sftp
ChrootDirectory /home/images
$ cd /home
$ chown root:root images
$ systemctl restart sshd
$ cd /home/images
$ mkdir write
$ chown images:images write
标签: linux
发表评论 登录: