Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
When I try to telnet to my Linux box I get ok on 1 of the tty sessions. Then when I try to telnet to one of the systems within the network I keep getting the msg "telnet: tcp/telnet: unknown service" I have been telnetting in ok for over 2 years, then all the sudden this error msg appear. I have checked the /etc/services file and the telnet service is not # out. Any suggestions....
In the /etc directory there is no dir called /xinet.d However there is a file inetd.conf which you may be referring. There is no file called "telnet". I am using V6.2 of Red Hat. I recently installed and ran I program called "logcheck". I ran this command :
"rpm -i ftp//linuxserv.uga.edu/pub/unix/linux/redhat/contrib/libc6/
i386/logcheck-1.1.1-1.i386.rpm"
It installed and ran ok. I had it running for @ 2 days before I encountered the telnet/tcp error msg.
Maybe this is not a telnet problem - could it be a tcp configuration
problem? Any help....
Also I can't find any file simply called telnet. I ran :
"find / *telnet*"
and it came up blank...
Also this may be of help. When I run the "netstat -na" it gives me the service telnet in a state=listen. The tcp service state=7 What does this tell me....I am not sure of this state=7.....Help....
I totally agree with using telnet. I want to start using SSL. I don't know much about it. I have installed it and run the keygen program and made my own sshd_config file. Now how do I (if you can help) :
[1] Get to it via a Windows machine.
[2] With all these encrypted passwords - how do I actually set the password? Is this done on the Linux side?
Install sshd via rpm -Uvh openssh.<version #>.rpm
chkconfig --level 2345 sshd on
make sure that port 22 is open through the firewall
Then, to connect via a windows machine, you need to get an ssh client for windows. I use PuTTY (do a google search for it: putty ssh). Putty will do both SSH and Telnet. It doesn't need to be installed and it's a tiny little .exe file.
Type in the IP and choose the SSh option, and just use the same user/pass as you would to login to your machine locally.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.