sftp限制访问目录
限制访问目录配置的sshd_configMatch Group group
ChrootDirectory /home/wwwroot/default
但是影响到了ssh登录
没有配置ForceCommand internal-sftp,虽然可以用ssh访问,但是输入密码之后,会提示no such file or directory,connection to xx.xxx.xxx.xx closed.
这种情况该怎么解决呢?或者是有其他方法限制sftp登录用户的活动目录吗? Match Group group这个得改成Match user 用户名吧 ,你是现在用户又不是现在用户组
具体你可以自己试试,没具体弄过
回复 2# 的帖子
好的 我试试 多谢啦
页:
[1]