Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that the linux remote server cannot log in with SSH

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

How to solve the problem that the linux remote server cannot log in to SSH? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Problem description

The Linux remote server is suddenly unable to log in to SSH. The login error is reported:

Ssh_exchange_identification: read: Connection reset by peer .

Cause of the problem

The permissions of the var directory were modified during installation of the MySQL database.

Solution method

Change the permissions of SSH-related files back to make sure that the permissions are 755 and the owner is root:root.

Repair file permissions

Chmod 755 / var/empty/sshd

If the owner is wrong, the owner needs to be modified:

Chown root:root / var/empty/sshd

Restart the sshd service

Service sshd restart after reading the above, do you know the solution to the problem that the linux remote server cannot log in to SSH? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report