我试图从源代码安装 node.js。帖子告诉我安装 gcc-c++ 和 make。安装完成后,每当我尝试使用命令行登录时都会收到此错误。
ssh_exchange_identification: Connection closed by remote host
根据帖子这里我发现这可能是由于缺少依赖项。lsof -n | grep ssh | grep DEL
服务器上显示以下内容
sshd 24019 root DEL REG 0,4 249687548 /dev/zero
sshd 24019 root DEL REG 0,4 249687548 /dev/zero
sshd 24019 sridhar DEL REG 0,4 249687529 /dev/zero
sshd 24019 sridhar DEL REG 0,4 249687529 /dev/zero
我已经删除了 gcc-c++ 和 make。但无法登录。有没有办法恢复依赖关系,以便允许 ssh 登录。