Getting socket.error: [Errno 61] Connection refused python paramiko
Getting socket.error: [Errno 61] Connection refused python paramiko
The connection was refused by the server. This can be caused by several reasons not related to Python programming:
- a firewall
- the SSH service is configure not to take requests from your IP
- bad host ip
- … (many more)
Check if you can use the normal SSH client to connect with this host/user/password combination.
Getting socket.error: [Errno 61] Connection refused python paramiko
Related posts
- python – Converting string into datetime
- Python – TypeError: int object is not iterable
- python – How do I sort a dictionary by value?
- Does Python have a string contains substring method?
- python – Convert bytes to a string
- What is the Python equivalent for a case/switch statement?
- python – How do I list all files of a directory?