strange rlogin problem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers strange rlogin problem
# 1  
Old 03-18-2009
strange rlogin problem

Hi,

in my environment we have several server with rlogin passwordless login enabled, now there is a problem to setup this with a hpux server. i have check the .rhosts file and kerberos key are all setup properly and permission is correct, even other user id on the server can login without password, but the root account cannot.

the strange thing is even we use rlogin -P cannot login to root with password.

ssh is working fine but a software installation need remsh working.

any idea what should i check on the server?
# 2  
Old 03-19-2009
# 3  
Old 03-19-2009
check /etc/securetty
# 4  
Old 03-19-2009
Quote:
Originally Posted by drsolaris
check /etc/securetty
putting in rlogin does not solve this problem, other host have only console in /etc/securetty but rlogin is working fine. here is the messages i am getting

rlogin host
Couldn't authenticate to server Bad sendauth version was sent
rlogin: kcmd to host <host> failed.
Bad sendauth version was sent
To bypass Kerberos authentication, use the -P option.
ERROR! Kerberos authentication failed.


rlogin host -P
WARNING! Password will be sent in a non-secure manner.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

strange problem

hello all, i am having problem in accessing a directory.I dont think its a permission issue.can anyone help me out. I am using korn sell code: $ ls -ltr sc* lrwxrwxrwx 1 essbase essbase 21 Oct 8 2010 sc_ssp -> /work/nfs/nas2/sc_ssp $ cd sc_ssp ksh: sc_ssp: not found $ (6 Replies)
Discussion started by: manid
6 Replies

2. UNIX for Dummies Questions & Answers

RSH/rlogin problem

Hello, When I try and RSH/RLOGIN onto a box with user root, I get the prompt but the username/password combination NEVER work. I have the password up properly on the host machine. Does rsh/rlogin not make use of ./etc/passwd and /etc/shadow? (1 Reply)
Discussion started by: mojoman
1 Replies

3. Shell Programming and Scripting

Strange problem.

Well, my script started off to do what i wanted. Now, i think its not recognizing the pattern so its not moving anything. What i have to do is execute my script command for the move to take effect. So i did that and yayy it worked. Strange thing is that my DESTDIR was empty to begin with.... (2 Replies)
Discussion started by: oxoxo
2 Replies

4. HP-UX

rlogin problem

on the system, sometimes the rlogin command can not login the remote node,but ping command can echo the packet. if the inetd domean restarted , rlogin runs normally. We want to know what cause the rlogin failed and how to fix it. (2 Replies)
Discussion started by: Frank2004
2 Replies

5. UNIX for Advanced & Expert Users

problem in rlogin

Dear Experts, i want to make one script ,by running that script it should rlogin from one mashine to another and the username and passord should be in the script so that it could not ask from me the username and password of another machine from me . please help me out. Regards, SHARY (1 Reply)
Discussion started by: shary
1 Replies

6. UNIX for Advanced & Expert Users

RLogin problem

I need to establish rlogin between 2 of my servers (and I know, it's not secure, smart, etc. ... it's a temporary requirement that I have to do) I tried all the standards. I'm trying to rlogin from server A to server B On server B, I made a /.rhosts file that contains server A's name On... (4 Replies)
Discussion started by: FredSmith
4 Replies

7. Shell Programming and Scripting

Strange problem

I am using SunOS 5.9 and I don't know why all my commands are getting executed as if an extra 'enter' has been pressed. What could be the reason and how to correct it? Please help. Asty (2 Replies)
Discussion started by: Asty
2 Replies

8. IP Networking

rlogin problem

On the HP-UX hostA, the command rlogin hostB generates the error "rlogind: Host address mismatch" even though the hostname & IP of hostA are defined in the .rhosts file and the /etc/hosts files of hostB respectively. The IP and the hostname of hostB are defined in the /etc/hosts file of hostA. (1 Reply)
Discussion started by: vijaysharma.vs
1 Replies

9. UNIX for Advanced & Expert Users

RLOGIN problem

hi ! i ve a problem with rlogin. i have a server from which only root user can Rlogin other servers. other users can t rlogin, they get the following error : "rcmd2: socket: The file access permissions do not allow the specified action" Does somebody can help ? Thanks, Karine (3 Replies)
Discussion started by: karine
3 Replies

10. UNIX for Dummies Questions & Answers

strange...problem

Hi.. Some of my application were not running properly due to lack of virtual memory.....so wht i did add one free harddisk as swap file system...and increased the swap memory.. But since than my root file system is showing 100% full thr is no space left...is thr any link between these two..... (1 Reply)
Discussion started by: Prafulla
1 Replies
Login or Register to Ask a Question