
|
Installing Telnet Daemon on UbuntuThere are times when you need to provide telnet access to your server. And before anyone jumps at that statement and say, "ssh can do anything telnet could do in addition to better security". I am going to say, "Not everything, ssh can't provide access for my old Apple PowerBook 1400cs running Mac OS 8 with outdated ssh client. Plus, the security risk is irrelevent because my home network is behind a firewall with telnet port blocked. The only people on my home network is my wife and I." Now that we have telnet vs. ssh out of the way, lets talk about how to install the Telnet daemon. It's a really easy two step process. You will need sudo permission for both steps. I've done it on my Xubuntu installation, but I am sure it will work on ubuntu as well. The first step is to install the telnet daemon. Type the following command to do so: sudo apt-get install telnetd Now, you need to install the Internet Superserver, which will start up the telnet daemon. Type the following command: sudo apt-get install netkit-inetd Once the Internet Superserver is intalled, it will automatically start itself and loading the telnet daemon in the process. If you install telnet daemon after installing the Internet Superserver, you'll have to restart the Internet Superserver manually to get the telnet daemon to start. After performing these two steps, you can telnet into your server using any ancient equipment that has telnet. Chieh Cheng yes, i like this article this help me alot Yogendra Singh sudo apt-get install netkit-inetd anonymous Telnet Daemon *is* relevant, at least till iPhone gets a free ssh client; of course one can lock port 23 to only be visible to the phone. PoojaC20
Add Comment
TrackBack
No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
16 Users Online |
|
Copyright © 2004 - 2010 by Chieh Cheng. All Rights Reserved. |