Ubuntu Server 810 Telnet ** I know its Bad.. But **


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Ubuntu Server 810 Telnet ** I know its Bad.. But **
# 8  
Old 04-09-2009
First you need to see if telnetd exists on your server. You can do something like:

Code:
find / -name telnetd

If it does not exist, you will need to install it.
# 9  
Old 04-09-2009
Okay, it came back empty so I have some more work to do. Unless you know where and how to get it I'll continue searching for it, but its good to know I don't have it and that's my problem. Thanks Nero!
# 10  
Old 04-09-2009
To install, try:

Code:
sudo apt-get install telnetd

Then, restart inetd service using the following command

Code:
sudo /etc/init.d/inetd restart

# 11  
Old 04-09-2009
Good idea, but the package is no longer out there. I found a command to search the packages that are out there:

telnet apt-cache search telnet

and I get back the following:

tcpd Wietse Venemas TCP Wrapper Utilities
Python-Twisted-bin Event Based framework
telnet - the telnet client (don't I need server?)
libss10.9.8 SSL Shared Libraries
Python-Twisted-Core Event based framework
Libwrap0 Wietses Venema's TCP Wrappers

I at one point found something about un-remarking comments so another library would be able to be searced and used, but I don't have the syntax for that - I think it was Universe?

Thanks Nero!
# 12  
Old 04-09-2009
Google works well for these types of issues:

ubuntu telnetd installation
# 13  
Old 05-28-2009
U need to open port tenty-three on your firewall.
# 14  
Old 05-28-2009
If it is used remotely, why not install ssh on the box? You realize you can simply:

apt-get install ssh

Then, configure the sshd-config and be done with it


SSH does not need inetd/xinetd where telnet would. As such, telnet is VERY insecure, ESPECIALLY for remote management, as it would send your info through various routers in an unencrypted format.

I would seriously consider recommending some training or reading materials before you get your machine owned.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Ubuntu Server in VM - DHCP Server not working

Hello. Doing my first steps in Linux and while trying to configure a DHCP server in Linux i encountered some problems: TOPOLOGY: - Laptop with Windows 8.1 - VM Player 12 with Linux installed (Ubuntu Server 14.04) - ICS-DHCP-SERVER installed and running - Another LAPTOP conected to a... (1 Reply)
Discussion started by: Portuguevos
1 Replies

2. Shell Programming and Scripting

Expect scripting telnet stop on bad username or password

I am trying to build and expect script to log into multiple aix boxes and change password. I need for the script to terminate if it cannot log into a server because the username or password is wrong. #!/usr/bin/expect set timeout 1 set host set user set password set uh "Unknown host" set... (3 Replies)
Discussion started by: leemalloy
3 Replies

3. Ubuntu

ufsdump from Solaris to ubuntu fails with bad file descriptor

Hi All I have a dedicated backup server running ubuntu 10.04, which has recently been rebuilt (same OS, just different h/w) This is used to receive ufsdump output from a number of Solaris servers, using the following syntax: ufsdump 1uf :/path/to/backup/file /fs/to/be/backed/up This has... (1 Reply)
Discussion started by: in2deep
1 Replies

4. Shell Programming and Scripting

How to auto telnet the server from another server using script

Hi All, I have a problem with auto telnet script, but I want to tell u something a) I am only a member access on the server, so not able to access 'root' account b) not able to install any software on server 3) On server, there is not install 'except' I have to write a script, which is ran... (0 Replies)
Discussion started by: atul9806
0 Replies

5. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

6. UNIX for Dummies Questions & Answers

bad upgrade to 8.10 and ubuntu doesn't boot afterwards.

at the end of October i upgraded the distro to 8.10 at first it seemed fine until i restarted my machine the boot seqence started i logged in after that nothing? tried booting again and the same thing happened did i do something wrong during the upgrade to 8.10 did everything the computer asked me... (1 Reply)
Discussion started by: ksnovice
1 Replies
Login or Register to Ask a Question