用putty远程登陆linux系统,显示network error connection refused 求解!

2024-11-19 16:33:56
推荐回答(4个)
回答1:

检查端口和防火墙配置

回答2:

看看协议,有的用tty,有的ssh,有些区别的。

回答3:

putty应该是用的SSH协议连接的吧。

首先确认你的Linux系统上安装有 openssh-server,用以提供SSH远程连接服务。

ps -ef |grep sshd |grep -v grep

用这个命令看看sshd服务是否已经启动。

 

其次,如果还有这个问题,那么导致这个错误可能的原因通常有以下几种:

  1. Too many users on the network trying to access the server

  2. More than one computer on the network has the same IP as the server causing an IP conflict

  3. Wrong username :| or your credentials have been revoked

回答4:

网络错误连接被拒绝?