How to Enable Telnet for MAC OSX

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Locked
Uldis (UD)
Posts: 5059
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

How to Enable Telnet for MAC OSX

Post by Uldis (UD) » Mon Oct 14, 2019 4:26 pm

1. Reboot your Mac and hold the CMD + R keys
2. When presented with the recovery options, click Utilities at the top and choose Terminal
3. Type: csrutil disable
4. Reboot as normal
5. Catalina ONLY !!!!! : in a terminal type: sudo mount -uw /
6. copy ftp and telnet binaries in /usr/bin folder
7. in a terminal type: sudo chmod +xr /usr/bin/telnet
8. in a terminal type: sudo chmod +xr /usr/bin/ftp
9. Reboot your Mac and hold the CMD + R keys
10. When presented with the recovery options, click Utilities at the top and choose Terminal
11. Type: csrutil enable
12. Reboot as normal
You do not have the required permissions to view the files attached to this post.


Last bumped by Uldis (UD) on Mon Oct 14, 2019 4:26 pm.

Locked