GearHack

: :

Add Comment | Related Links | TrackBack
Related Content

Installing Telnet Daemon on Ubuntu

There 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
Fri, 08 Jun 2007 14:29:14 -0700

yes, i like this article this help me alot

Yogendra Singh
Mon, 11 Feb 2008 14:01:55 +0000

sudo apt-get install netkit-inetd
Package is not INstalled,

anonymous
Wed, 11 Feb 2009 12:59:35 +0000

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
Sun, 05 Jul 2009 17:37:59 +0000

Add Comment | Related Links | TrackBack
Related Content

Did your message disappear? Read the Forums FAQ.

TrackBack

TrackBack 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
Weblog: GearHack
Excerpt: I manage multiple servers. Today, I had the problem of providing external SSH access to multiple servers behind a firewall gateway. The solution I decided on is to configure each server to run SSH daemon on two ports: 1) the standard SSH port (22) for internal access; and 2) a secondary SSH port for . . .
Tracked: Tue, 06 Apr 2010 18:19:09 +0000

Add Comment

Spam Control | * indicates required field
Your Name: *
E-mail:
Remember Me!
Comment: *
File attachment is optional. Please do not attach a file to your submission unless it is relevent.
Attach File:
(20 MB Max)
Spam Protection: * Answer of 1 + 6?
Click button only once, please!

Messages, files, and images copyright by respective owners.


Articles | Wiki
Forums | Latest | RSS
Library | Links | News
Search | Store | Help

40 Users Online


Hacking Digital Cameras
Fun for Photographers


Copyright © 2004 - 2024. All Rights Reserved.