Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am using redhat linux 4.0, I have started the telnet services, and getting login prompt after entering correct username and password getting the error .
login: Resource temporarily unavailable while getting initial credentials
Login incorrect
my login details are correct.
even I have tried on that linux box
telnet localhost 23 in that case also I am not able to login.
service iptables is stopped, no security is configured.
Have you looked at the telnet configuration file? It should be somewhere in the /etc directory I would think. I haven't used telnet in a long time since SSH is more secure.
If you are connecting from a remote computer, it's possible the characters aren't transmitted correctly.
Try to connect locally and see if the problem persist, or use another client to connect.
If you are connecting from a remote computer, it's possible the characters aren't transmitted correctly.
Try to connect locally and see if the problem persist, or use another client to connect.
Kind regards
I have used different client also but result is same and tried also localy also
telnet localhost 23
I am getting login prompt for entering username and password, but after entering username and password I am getting below error, My username and password are correct.
login: Resource temporarily unavailable while getting initial credentials
Login incorrect
I have tried with both user root as well normal user.
The error indicates that your system is using kerberos, or that telnet is trying to use it.
Modify the /etc/xinetd.d/eklogin file, and set the disable option to yes, then restart xinetd. Also, since you're using RHEL, you can call RedHat for support, since you're paying for it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.