Troubleshooting of SSH errors: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
(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...") |
mNo edit summary |
||
| Line 3: | Line 3: | ||
== How to resolve the Network error: Connection timed out == | == How to resolve the Network error: Connection timed out == | ||
Error message: Network error: Connection timed out | Error message: Network error: Connection timed out | ||
Solutions: | |||
* Check the IP setting of destination server | |||
* Check the firewall issue of destination server | |||
* Switch to different ISP (Internet Service Provider). The connection maybe was blocked by the MIS. | |||
Verify the connection by key in the command {{kbd | key=telnet <IP> <SSH PORT>}} | Verify the connection by key in the command {{kbd | key=telnet <IP> <SSH PORT>}} | ||
| Line 12: | Line 18: | ||
telnet: Unable to connect to remote host | telnet: Unable to connect to remote host | ||
</pre> | </pre> | ||
Related pages | Related pages | ||