Linux Shell限制sftp用户访问其主目录?

Linux Shell限制sftp用户访问其主目录?,第1张

Linux Shell限制sftp用户访问其主目录?

OpenSSH≥4.8支持

ChrootDirectory
指令

添加

/etc/sshd_config
/etc/ssh/sshd_config
安装程序的全局
sshd
配置文件为:

Match user ben_files        # The following two directives force ben_files to become chrooted        # and only have sftp available.  No other chroot setup is required.        ChrootDirectory /var/www/vhosts/mydomain.com/files        ForceCommand internal-sftp        # For additional paranoia, disallow all types of port forwardings.        AllowTcpForwarding no        GatewayPorts no        X11Forwarding no


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5015322.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-14
下一篇 2022-11-14

发表评论

登录后才能评论

评论列表(0条)

保存