5 ms·
Wild that telnet isn’t installed by default on modern Macs. Times have changed.
by xu_ituairo 2y ago
Wild that telnet isn’t installed by default on modern Macs. Times have changed.
- brrrrrm 2y agoSince macOS High sierra apparently, 2017 release :(
- ReleaseCandidat 2y agoTelnet has not been installed on any OS (including Linux) for years now. And this is the Right Thing(TM) to do.
- AdmiralAsshat 2y agoJust checked my Ubuntu WSL, and telnet is installed. I don't think I would've installed that myself. My memory of modern Linux distros is that it is still installed, but that the telnet daemon is disabled by default.
- Zambyte 2y agoLinux doesn't even install a command line shell by default, so I think that goes without saying :)
- ReleaseCandidat 2y agoOf course you are right :D So Linux is actually more secure than OpenBSD ;)
- deleted 2y ago[deleted]
- notRobot 2y agoIn my experience telnet (also nc) is installed by default on most GNU/Linux distributions. But not on Windows or Mac.
- doublerabbit 2y ago> Telnet has not been installed on any OS (including Linux) for years now. FreeBSD has it out the box. > And this is the Right Thing(TM) to do. Why? Telnet is just a application, client. A telnet-like server, I could understand. The telnet client does lots of things and handy ones too. It's a raw protocol allowing you to send whatever data you desire. Checking if the web server is responding correctly, sometimes you need to troubleshoot HTML headers and telnet is perfect for that as well as checking ports too to name a few.