当前位置: 首页 > news >正文

sftp连接报错Received message too long 168449893

sftp连接报错Received message too long 168449893

  • 一、openEuler传文件报错
  • 二、分析问题
  • 三、解决问题
  • endl

一、openEuler传文件报错

[root@Rocky9-12 ~]# scp apache-tomcat-10.1.33.tar.gz root@10.0.0.14:Authorized users only. All activities may be monitored and reported.
root@10.0.0.14's password:
Received message too long 168449893
Ensure the remote shell produces no output for non-interactive sessions.
[root@Rocky9-12 ~]# rsync apache-tomcat-10.1.33.tar.gz root@10.0.0.14:Authorized users only. All activities may be monitored and reported.
root@10.0.0.14's password:
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(600) [sender=3.2.3]

二、分析问题

登录时打印系统的cpu信息

在这里插入图片描述

三、解决问题

成功解决问题

cd /etc/profile.d
mv system-info.sh system-info.sh.bak

在这里插入图片描述
在这里插入图片描述
其他参考: https://gitee.com/openeuler/community/issues/I5836E

endl

http://www.xdnf.cn/news/246295.html

相关文章:

  • 大鱼吃小鱼开源
  • leetcode 977. Squares of a Sorted Array
  • 【免费】1992-2021年各省GDP数据/各省地区生产总值数据
  • GoogleTest:简单示例及ASSERT/EXPECT说明
  • [FPGA 官方 IP] Binary Counter
  • 多节点监测任务分配方法比较与分析
  • 深度学习-神经网络参数优化的约束与迭代策略
  • 今日行情明日机会——20250430
  • python拜占庭将军
  • 基于开源AI智能名片链动2+1模式S2B2C商城小程序的电商直播流量转化路径研究
  • 计算机操作系统知识集合
  • 2025五一杯B题五一杯数学建模思路代码文章教学: 矿山数据处理问题
  • android 中的AMS 和 WMS
  • 【Day 14】HarmonyOS分布式数据库实战
  • linux下安装ollama网不好怎么办?
  • C++类和对象
  • c++文字游戏_废弃医院篇1.0
  • MySQL 查找指定表名的表的主键
  • javaScript——DOM续(五)
  • Vercel 全面指南:从零部署到高级实践
  • RAG技术完全指南(一):检索增强生成原理与LLM对比分析
  • Java反射机制终极指南:从基础到高级应用
  • 浅谈高校教育改革
  • C语言中数字转化为字符串的方法
  • 计算机视觉——基于树莓派的YOLO11模型优化与实时目标检测、跟踪及计数的实践
  • 网络通信问题及解决方案
  • 【LeetCode Hot100】图论篇
  • Winform(7.序列化方式整理)
  • QML Image 组件详解
  • 课题推荐——通信信号处理中的非线性系统状态估计(如信号跟踪、相位恢复等场景),使用无迹卡尔曼滤波(UKF)的非线性滤波算法,MATLAB实现