进行远程登录时,ssh root@xxxxxxxxx出现如下错误

ssh_exchange_identification: read: Connection reset by peer

解决方案:登录远程服务端更改配置文件,添加

[root@localhost ~]# vi /etc/hosts.allow
#########################

##允许所有ip主机均能连接本机·
sshd: ALL 

[root@localhost ~]# systemctl restart sshd

 

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2021-10-26
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-01
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案