Download centos8 container is a mirror image, scp appear packet_write_wait: Connection to **** port 22: Broken pipe problem solving

Solution: ~ / .ssh directory create a file config

    vi ~ / .ssh / config
     
    # Added Lines to FIX.
    Host *
    the IPQoS lowdelay throughput
    #end of new new File Edit

here if you do not change the permissions will be a problem

Bad owner or permissions on /home/xin/.ssh/config
solution is simple

chmod 644 ~ / .ssh / config

here, this problem has been ok.

Guess you like

Origin www.cnblogs.com/xingyunfashi/p/11724039.html
Recommended