Link to home
Start Free TrialLog in
Avatar of bfilipek
bfilipek

asked on

RHEL3: All users can SSH into box fine, but some cant telnet

I have a RHEL3 box. I only have 2 users setup on this box in addition to root:

user1
user2

User1 can SSH and telnet into the box. This user is a part of the "root" group.
User2 can SSH but not telnet into the box. This user is also a part of the "root" group. I get the following error:

login: User2
Password for User2:
login: Cannot resolve network address for KDC in requested realm while getting initial credentials
Login incorrect

I am positive that the password typed is correct. Why can't user2 telnet in?

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of ravenpl
ravenpl
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Arty K
Arty K
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
also you may use non-kerberized telnet daemon without adding '-a off' argument, just change 'server =' option:
/usr/sbin/in.telnetd
instead of
/usr/kerberos/sbin/telnetd

Anyway, why do you want to use telnet in the first place since you have SSH? SSH is much better and securer than telnet. If I were you I'd completly disable telnet and just use SSH.