简体   繁体   English

Node Js ssh:连接到主机端口 22。没有到主机的路由

[英]Node Js ssh: connect to host port 22. No route to host

Hi I in an attempt to connect to more than one aws account I did a number of stuff that has led to this error.嗨,我试图连接到多个 aws 帐户,我做了许多导致此错误的事情。 "ssh: connect to host abc.com port 22: No route to host" I dont know what the problem is or how to solve it. “ssh:连接到主机 abc.com 端口 22:没有到主机的路由”我不知道是什么问题或如何解决它。

This kind of issue occurs mostly due to following reasons:出现此类问题主要是由于以下原因:

  • Maybe your device is not properly connected to internet.也许您的设备没有正确连接到互联网。 Check your internet connection and try to load again.检查您的互联网连接并尝试重新加载。
  • May be config file has incorrect information.可能是配置文件有不正确的信息。 Check your config file has correct information.检查您的配置文件是否有正确的信息。 Check your ssh directory and ensure that ssh key exists.检查您的 ssh 目录并确保 ssh 密钥存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 bsh脚本中的ssh“端口22:无主机路由”错误 - ssh “port 22: no route to host” error in bash script ssh:连接到主机XXXX端口22:连接超时 - ssh: connect to host X.X.X.X port 22: Connection timed out 安装hadoop:连接到主机主端口22时ssh失败:连接被拒绝 - ssh failed when installing hadoop:connect to host master port 22: connection refused 连接到主机 localhost 端口 22:连接被拒绝 - connect to host localhost port 22: Connection refused 无法从Windows SSH切换到Linux计算机,并收到错误SSH:连接到主机“ IP地址”端口22:文件号错误 - Unable to ssh from windows to Linux machine getting error ssh: connect to host “Ip Address” port 22: Bad file number 连接到主机 vm ip 端口 22:连接超时 - connect to host vm ip port 22: Connection timed out Git 克隆给出“ssh:连接到主机 github.com 端口 22:连接超时” Linux /opt 目录 Amazon EC2 实例 - Git clone gives "ssh: connect to host github.com port 22: Connection timed out" Linux /opt directory Amazon EC2 Instance 连接错误:“没有路由到主机” - connect Error: “No route to host” docker 容器:curl:(7)无法连接到 172.17.0.1 端口 4000:没有到主机的路由 - docker container: curl: (7) Failed to connect to 172.17.0.1 port 4000: No route to host ssh退出终端后没有主机路由 - ssh No route to host after quitting terminal
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM