解決方案:在~/.ssh目錄新建文件config
vi ~/.ssh/config
#Added lines to fix.
Host *
IPQoS lowdelay throughput
#end of new file edit
到這里如果不更改權限會出現一個問題
Bad owner or permissions on /home/xin/.ssh/config
解決辦法也很簡單
chmod 644 ~/.ssh/config
到這里,這個問題已經ok了。