容器下载的是centos8的镜像,scp出现packet_write_wait: Connection to **** port 22: Broken pipe 问题解决

Posted 头条号:西西图图(美食运维)

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了容器下载的是centos8的镜像,scp出现packet_write_wait: Connection to **** port 22: Broken pipe 问题解决相关的知识,希望对你有一定的参考价值。

解决方案:在~/.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了。

以上是关于容器下载的是centos8的镜像,scp出现packet_write_wait: Connection to **** port 22: Broken pipe 问题解决的主要内容,如果未能解决你的问题,请参考以下文章

windows使用docker启用centos8镜像

Podman使用国内阿里镜像源(centos8)

使用docker容器,创建镜像

centos8下载不了镜像源

Vmware安装虚拟系统CentOS8系统

Vmware安装虚拟系统CentOS8系统