xshell可以连接上linux,但是xftp连接不上
解决方法:
1、修改配置文件
vi /etc/ssh/sshd_config
将Subsystem sftp /usr/libexec/openssh/sftp-server
修改为Subsystem sftp internal-sftp
2、重启sshd服务
service sshd restart
解决方法:
1、修改配置文件
vi /etc/ssh/sshd_config
将Subsystem sftp /usr/libexec/openssh/sftp-server
修改为Subsystem sftp internal-sftp
2、重启sshd服务
service sshd restart