Use Telnet on Mac OS X
Telnet is a useful application that's been around for decades. You can use it to connect to remote servers for various purposes, such as remotely administering a machine through a Telnet server or manually the returned result from a Web server.
Contents
[hide]Steps
- Open up the Terminal application found in the Utilities folder under Applications.
- This is similar to the command prompt found on Windows. Because OS X is based on UNIX, not MS-DOS, the commands are a bit different.
Connect via SSH
- To ensure a secure connection, use SSH (Secure Shell)
- From the Shell menu, select New Remote Connection...
- Enter a host name or IP address. In the field at the bottom of the New Connection window shown below type in the address of the server you wish to connect to.
- Note that you must have an account to log in.
- Click Connect
- You will be prompted for your password. Your keystrokes will not be displayed, for security purposes.
- Save your settings. Click the + sign under the Server column.
- Enter the host name or IP address of the server in the entry screen pictured.
- Click OK.
- Enter the user ID in the User field, click Connect, and your information will be saved.
Unsecure Connection
- Type Command-N. This opens a new Terminal session.
- Enter host name or IP address. Next to the blinking cursor, enter the appropriate login information as shown:
telnet server.myplace.net 23
- Note that the port number may vary. Check with your server admin if the connection fails.
Tips
- Port number may not be necessary.
- To exit the connection, hold type CTRL+] and then type 'quit' and press 'enter'.
Warnings
- Non-secure connections can easily be intercepted. Use with great caution.
- Incoming connections and authentication failures are usually logged by most servers, so avoid using Telnet maliciously.
Related Articles
- Take a Screenshot in Mac OS X
- Check Email with Telnet
- Send Email Using Telnet
- Set up a Telnet Host on Your Computer