在SFTP服务器上,找到sshd_config文件
find / -name sshd_config
sudo vi sshd_config
关闭以下两个 校验项目
#UseDNS yes
↓
UseDNS no
#GSSAPIAuthentication yes
↓
GSSAPIAuthentication no
重启sshd服务
sudo service sshd restart 或 /etc/init.d/sshd restart
压缩后传送
参考文献
https://www.cnblogs.com/xiaochina/p/5802008.html
https://www.maixj.net/ict/ssh-agent-sshd-20604
https://www.maixj.net/ict/ssh-sftp-21993
https://www.maixj.net/ict/internal-sftp-20597