When I do ssh -vvv recieve:finish_connect
- ERROR: async io completed with error: 10061, io:000002CDE9E3A8E0 connec to address localhost port 22: Connection refused
Can anyone tell me how to solve the problem? Thank you.
11 Answer
Probably an issue with the server not accepting connections over that port. Check this very similar question to configure iptables and your ssh config on the server to allow these connections.