写在前面:日常维护系统中,如果不是天天接触,难免会忘记一些实用小技巧,本文记录自己使用的小技巧,有新发现时,会长期更新

curl ifconfig.me

内网虚拟机ssh连接独立IP主机报错处理

环境:VMware中的虚拟机通过ssh连接有独立ip的公网服务器,发现报错,信息如下
SSH服务:packet_write_wait: Connection to 67.218.143.160 port 22: Broken pipe

处理方法
1、在~/.ssh/config配置文件中添加   IPQoS lowdelay throughput
2、在/etc/ssh/ssh_config配置文件中添加   IPQoS lowdelay throughput
3、临时解决可以再命令行中加入-o 'IPQoS=lowdelay throughput'参数即可

相关文章:

  • 2021-05-19
  • 2021-07-12
  • 2021-07-03
  • 2021-05-23
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2021-07-12
  • 2021-11-28
  • 2021-10-26
  • 2022-01-13
相关资源
相似解决方案