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