At the dawn of MUDs encryption wasn't widely available. Telnet was the protocol of choice and everything (including your password!) was sent over the Internet unprotected.
Since then the Internet and privacy expectations have evolved and encryption is the norm. You may already be used to visiting websites that use HTTPS instead of HTTP.
Dune too has evolved and now supports connecting over a transport layer security (TLS) protected port (6788). This port uses the same technology as HTTPS to let you connect to Dune with encryption to protect your password and other data and should be preferred where possible over the legacy telnet port (6789).
Not every MUD client supports connecting with TLS. Here is a list of clients we know work, and information on how to configure them correctly.
Outside of dedicated MUD clients there are two other options that will let you connect to Dune securely, albeit without niceties like triggers and fancy scripting.
telnet-ssl
apt get install telnet-ssl
telnet-ssl -z ssl dunemud.net 6788
openssl s_client
openssl s_client -connect dunemud.net:6788
These MUD clients are known to only work with Telnet. We do not recommend using them for this reason.