Turn on telnet server on Debian Linux

by Vivek Gite on October 16, 2007 · 6 comments

Q. How do I install and turn on telnet server on Debian Linux VPS Server?

A. I don't recommend using telnet at all on VPS or any other Linux / UNIX server. Telnet transfers all data including passwords in clear text format. It is recommended that you use ssh which is installed by default.

Use ssh and connect to remote server called boo.myvps.com, enter:
ssh user@boo.myvps.com
ssh root@boo.myvps.com
ssh root@server-ip-address

In case you still need telnet, type the following two commands (not recommended
# apt-get install telnetd
# /etc/init.d/inetd restart
$ telnet server-ip-address

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 6 comments… read them below or add one }

1 Shailesh Kumar May 8, 2009

I did the steps given here but the telnet does not seem to be up and running. I am using DSL (Dam Small Linux). It gives me connection refused on the other linux system.

Reply

2 tika October 29, 2009

i need to now who to use telnet in debian

Reply

3 yacout March 11, 2010

I have not this file

/etc/init.d/inetd

??

Reply

4 matto June 4, 2010

try /etc/init.d/openbsd-inetd restart

Reply

5 BOBG January 27, 2011

HAY I’M TRYIN TO TURN ON TELNET IN DEBIAN, YOUR INSTRUCTIONS DON’T WORK HOWEVER

Reply

6 Elbaf February 2, 2011

Do what matto said BOBG , in Debian 5 inetd is openbsd-inetd

hence /etc/init.d/openbsd-inetd restart

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 6 + 4 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: