Firewall blocked port telnet 23

Solution 1:

Telnet is a remote connection tool similar to SSH, but without the security of SSH. It uses client/server model - a telnet client connects to a telnet server using TCP port 23. Due to lack of security usage of telnet is discouraged in most situations, and firewalls routinely block port 23 to prevent incoming telnet connections.