Using nc (netcat) instead of telnet
A commonly used command in Linux is telnet, used to check if a connection can be established to another device. For example:
telnet <ip/host> <port>
However, when this fails, a decent error message is missing. The only thing the user can do is use [ Ctrl ] +...