Xftp工具连接 报错: 无法与 “ 目标IP ” 连接

这里是OpenSSH升级导致
查看sshd_config
[root@sdw1 glibc]# vim /etc/ssh/sshd_config

查找后进行修改
[root@sdw1 glibc]# find / -name sftp-server


重启sshd服务
[root@sdw1 glibc]# systemctl restart sshd
使用工具连接,使用正常
学会珍惜和尊重知识带来的乐趣

这里是OpenSSH升级导致
查看sshd_config
[root@sdw1 glibc]# vim /etc/ssh/sshd_config

查找后进行修改
[root@sdw1 glibc]# find / -name sftp-server


重启sshd服务
[root@sdw1 glibc]# systemctl restart sshd
使用工具连接,使用正常