Turn on telnet server on Debian Linux
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
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Ubuntu Linux enable telnet service
- How do I turn on telnet service on for a Linux / FreeBSD system?
- How to: Recompiling / Rebuild Debian / Ubuntu Linux Binary Source File Packages
- Where is my Linux GNU C or gcc compiler installed?
- How do I telnet as the root user?
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: apt-get_command, debian_linux, remote_server, server_ip, server_telnet, start_telnet, telnet_server, unix_server, using_telnet, vps



Recent Comments
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments
Yesterday ~ 1 Comment