Troubleshooting of SSH errors: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 18: | Line 18: | ||
telnet: Unable to connect to remote host | telnet: Unable to connect to remote host | ||
</pre> | </pre> | ||
Further reading | |||
* [https://help.skysilk.com/support/solutions/articles/9000150151-how-to-troubleshoot-ssh-connection-issues-using-vnc-console How to Troubleshoot SSH Connection Issues : SkySilk Cloud Support] | |||
Related pages | Related pages | ||
* [[SSH client]] | * [[SSH client]] | ||
Revision as of 14:33, 4 January 2021
Troubleshooting of SSH errors
How to resolve the 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 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
Further reading
Related pages
Troubleshooting of ...
- PHP, cUrl, Python, selenium, HTTP status code errors
- Database: SQL syntax debug, MySQL errors, MySQLTuner errors or PostgreSQL errors
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, Docker, FTP problems, online conference software
- Test connectivity for the web service, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template