|
I try to connect using the hostname: sw.mehome.net, and I get the error: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond." I use this code:
I've declared hostname, password, username and port.. Please help. |
|
This is a network error and usually means that the target machine is not accessible. Possible causes:
Are you able to connect to the target machine using any third-party SSH client (such as PuTTY) from the same computer where you tried running your code? |