How to set up Telnet on Suse?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to set up Telnet on Suse?
# 1  
Old 03-25-2009
How to set up Telnet on Suse?

I am trying to use telnet to access a linux box. I know I should be using SSH (which I use personally), but i have to use telnet. How do I configure the linux box to accept the telnet request.
I am using Suse

Thanks for any help
# 2  
Old 03-25-2009
Search the dvd for telnet - you see an rpm like telnetd or telnet-server. Install that using YasT.
# 3  
Old 03-25-2009
thanks rikxik,
I have tried :
rpm -qa|grep telnet
and the output i got is:
telnet-1.2-14.4

So,it means telnet package has been installed in my OS then
why i am not able to use telnet?

# 4  
Old 03-25-2009
Because telnet has a client (telnet) and server (telnetd) Most probably you have only installed the client.
# 5  
Old 03-25-2009
right,i think i have not installed server (telnetd) and also in the dir
/etc/xinetd.d there is no file with telnet name.
thanks for the help rikxik
one last q so,now i have to install telnetd??
# 6  
Old 03-25-2009
I mean is there any other way to make use of telnet?
# 7  
Old 03-25-2009
rpm -qa only shows you what's currently installed, not whats in the repository. Run 'zypper search telnet'. If it shows a package 'telnet-server', run 'zypper install telnet-server'
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how do i execute a set of commands in telnet??

I have list of commands in a file in one sever and i need to execute these set of commands in the server to which i m telnetting to .. (4 Replies)
Discussion started by: nikhil jain
4 Replies

2. Cybersecurity

How to set CoreDump in SuSE 10

Hi All, Am trying to modify the coreDump value in SuSE 10 by doing the following steps : 1. Add the line "ulimit -Sc 1004" to /etc/profile 2. Relogin using telnet and try the command "ulimit -c". The value is 1004 3. Now relogin using xbrowser the ulimit value is not reflected. OS :... (1 Reply)
Discussion started by: Laksmi
1 Replies

3. SuSE

Telnet to SCO UNIX from SUSE Linux Workstation

Hi i am new to Linux, i am trying to connect SCO Unix from SUSE LINUX Workstation but i am unable to define the terminal type. i have also downloaded terminal softwares but function keys (f1, f2....) and some other keys are displaying code instead of working the correct function. is there... (2 Replies)
Discussion started by: aafflatoon
2 Replies

4. UNIX for Dummies Questions & Answers

1st install Suse, network config set up

Hello, I'm a newbie to unix. I just about have the Suse 10.1 installed. During set up it automatically detected components to access the internet. But failed. I lost now. Any ideas? Thank You (2 Replies)
Discussion started by: Nick7269
2 Replies

5. SuSE

PhPMyAdmin basic set up on SUSE linux 9.1

Hey, I was wondering if anybody could help me setup my PhpMyAdmin on my SUSE linux 9.1 machine. I want to use it to access MySQL server instead of the defualt MySQLCC-Console Manager. I have not tried yet but i have done a such and it's installed in one of the folders. I would like to point... (15 Replies)
Discussion started by: sybella1
15 Replies

6. UNIX Desktop Questions & Answers

SuSE 8.0...I can't get SaX2 to start on Hercules 128 and YaST2 won't set up X either.

I'm trying to set up a school Linux computer and use Samba to link it to Windows NT. Pentium-133 Hercules 8 meg Stingray 128/3D I'm not too familiar with SuSE's config tools (more used to Mandrake) and so am having some trouble configuring X. SaX2 just won't start, even when I use "sax2... (1 Reply)
Discussion started by: HumanBeanDip
1 Replies
Login or Register to Ask a Question