普通使用者SSH訪問指定目錄
- 建立使用者
useradd test
chown -R test /data/wyfcg/mhwz/
echo passwd | passwd --stdin test
- 配置ssh許可權
cat /etc/ssh/sshd_config | grep AllowUsers
AllowUsers root test
注意:一定要把root也加入,否則root也無法遠端
普通使用者SSH訪問指定目錄
useradd test
chown -R test /data/wyfcg/mhwz/
echo passwd | passwd --stdin test
cat /etc/ssh/sshd_config | grep AllowUsers
AllowUsers root test
注意:一定要把root也加入,否則root也無法遠端