ssh @ failed on cmd

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.

1

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like