LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   unable to login using telnet (https://www.linuxquestions.org/questions/linux-enterprise-47/unable-to-login-using-telnet-843259/)

manoj.linux 11-09-2010 11:03 AM

unable to login using telnet
 
Hi,

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.

pljvaldez 11-09-2010 11:21 AM

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.

repo 11-09-2010 11:21 AM

Is the user able to log in locally on the machine?

Kind regards

manoj.linux 11-10-2010 01:53 AM

Quote:

Originally Posted by repo (Post 4153809)
Is the user able to log in locally on the machine?

Kind regards


Thanks for response, user is able to login via putty (22), but my requirement is temporary,

I have done the below steps

vi /etc/xinetd.d/krb5-telnet
disabled=no

pkill -HUP xinetd.

I am getting the login prompt for adding username and password.

is any other configuration file needs to be configured for user.

Regards

Manoj

repo 11-10-2010 03:04 AM

Any pointers in the log files?


Kind regards

prayag_pjs 11-10-2010 03:07 AM

Hi,

Please confirm you have telnet-server rpm installed using:

Code:

rpm -qa | grep -i "telnet-server"

repo 11-10-2010 05:02 AM

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

manoj.linux 11-10-2010 06:16 AM

Quote:

Originally Posted by repo (Post 4154605)
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

repo 11-10-2010 06:18 AM

You are connecting as a user, not as root, right?


Kind regards

manoj.linux 11-10-2010 08:44 AM

Quote:

Originally Posted by repo (Post 4154663)
You are connecting as a user, not as root, right?


Kind regards

I have tried with both user root as well normal user.

TB0ne 11-10-2010 09:31 AM

Quote:

Originally Posted by manoj.linux (Post 4154785)
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.


All times are GMT -5. The time now is 07:17 PM.