sftp 不识别有关问题

sftp 不识别问题我用的是CentOS 6系统网上很多说是 /etc/ssh/sshd_config文件丢失或者注释掉Subsystem sft

sftp 不识别问题

我用的是CentOS 6系统


网上很多说是

 /etc/ssh/sshd_config文件丢失或者注释掉

Subsystem sftp /usr/libexec/openssh/sftp-server

导致


但是我发现不是

执行 /etc/ssh/sshd_config文件的时候提示


 Subsystem: command not found



也没相关资料 后来才发现 原来要这么去安装


yum install openssh-clients