Troubleshooting of SSH errors

From LemonWiki共筆
Revision as of 14:27, 4 January 2021 by Unknown user (talk) (Created page with "Troubleshooting of SSH errors == How to resolve the Network error: Connection timed out == Error message: Network error: Connection timed out Verify the connection by key in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Troubleshooting of SSH errors

How to resolve the Network error: Connection timed out

Error message: Network error: Connection timed out

Verify the connection by key in the command telnet <IP> <SSH PORT>

$ telnet x.x.x.x 22
Trying x.x.x.x...
telnet: connect to address x.x.x.x: Operation timed out
telnet: Unable to connect to remote host

Solutions:

  • Check the IP setting of destination server
  • Check the firewall issue of destination server


Related pages


Troubleshooting of ...

Template