Add Comment
|
Related Links
|
TrackBack
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
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control Title: It's Easy to Setup SSH Daemon on Multiple Ports Add CommentSpam Control | * indicates required field Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
141 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |