error 10061 (General questions)
Hi,
I'm trying to telnet an AIX machine and I get this error
message in debug:
*** OnConnect Received err = 10061
It happens only from a certain Windows in my environment.
Telnet from command line is working fine from there.
What does this error mean?
Thanks,
Amir Shaked
Re: error 10061
Amir,
10061 is the Winsock error WSAECONNREFUSED
meaning nothing is listening on remote side on given port.
I assume this is port 22. If you go to command prompt and enter
telnet your.host.name 22
what happens?
Re: error 10061
Telnet is in port 23. telnet <machine name> 23 works ok.
Re: error 10061
In that case can you check that
Ssh1.Protocol = Telnet
Ssh1.Port = 23
and try to connect again?