RLOGIN giving problems.


 
Thread Tools Search this Thread
Operating Systems HP-UX RLOGIN giving problems.
# 1  
Old 06-07-2007
RLOGIN giving problems.

Hi,

I am using RDIST to sync /interfaces directory between two systems say ukblx176 (source) & ukapx063 (target), but when i do rlogin ukapx063 from ukblx176 its asking for password (i dont want it to ask password). when i do rlogin ukblx176 from ukapx063 its doesnt ask for password. ukapx063 happens to be Disaster Recovery system of ukblx176 (which is production system). There are many similar users on each system (say eu3adm, khzs228 etc.) when i do rlogin ukapx063 from ukblx176 (with user ID khzs228) it allows but it doesnt allow only with eu3adm.
I have checked .rhosts on both $HOME & made an entry like + ukblx176 eu3adm in ukapx063.
# 2  
Old 06-07-2007
I got the solution for this i need to make an entry in /etc/hosts.equiv file of the target machine as hostname userID (e.g. ukblx176 eu3adm).
This file is used to make entries for the systems/users for which trusted logins are allowed.

Anyways thanks for the concerns.

Regards,
Vishal
# 3  
Old 06-07-2007
I hope you are aware that now all the users on that system is allowed a login w/o password challenge. If you are looking for only a specific user, you should make use of .rhosts. If you need more security , you should think of using ssh with a public key generated for a specific user.

Regards,

Kaps
# 4  
Old 06-07-2007
Quote:
Originally Posted by kapilraj
If you need more security , you should think of using ssh with a public key generated for a specific user.
Any sort of security, actually. Using the rsh/rlogin family is highly discouraged, especially when you have ssh doing the same job.
# 5  
Old 06-21-2007
i too was thinking of ssh (with keys).
can you suggest me how to proceed, may aim is to synchronize one filesystem called /interfaces.

Regards,
Vishal
# 6  
Old 06-23-2007
If you are just looking to sync directories/filesystems, you can look at rsync. It works over ssh too.
# 7  
Old 06-28-2007
hey blow,

i havent heard about this term rsync will that be better than rdist?
can you give me pointers to the documentation on it?
Please help.

Regards,
Vishal
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

rlogin help!

Guys, I'm running solaris 9 on two systems: 1 and 2, let's say. From 1, if I say rlogin 2, i can just login. No passwd prompt! From 2, if I say rlogin 1, it asks for the passwd. (able to login with a passwd) But, they both have the same config files, same set up, same network etc. What... (13 Replies)
Discussion started by: the_red_dove
13 Replies

2. Shell Programming and Scripting

simulation of wc command giving problems

Hello, i am developing a simple shell script for simulation of wc command but it's not working.Please tell me what is the problem. I have commented the problematic line if then echo "<Improper Usage>" echo "wcassg <options> file" else eval file=\$$# if then chars=0 words=0... (2 Replies)
Discussion started by: salman4u
2 Replies

3. Shell Programming and Scripting

rlogin

Hi all, i need to remotely execute a couple of commands on anyother server, but rsh is not allowed. for that matter i am bound to use rlogin. so what i am trying to do in the script is : 1) rlogin asad 2) Wait for Login prompt 3) Waiting for Password Prompt 4) Once authenticated, execute... (4 Replies)
Discussion started by: asadlone
4 Replies

4. 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

5. UNIX for Dummies Questions & Answers

Rlogin

i got a dout in rlogin . whether rlogin is same as telnet (1 Reply)
Discussion started by: shanmugam
1 Replies

6. Cybersecurity

not allow rlogin

does anyone know how to stop rlogin to my sunsolaris so I have 2 machines...I can not telnet one becouse that is not allowed but I can telnet the other and do rlogin to first one..I want to stop that.. so.. telnet A from C machine - works telnet B from C machine - does not work but... (3 Replies)
Discussion started by: amon
3 Replies

7. Solaris

/sbin/zonename file giving me problems

I'm trying to install the recommended patch cluster on a x86 Solaris 10 box. I get this error: ERROR: /sbin/zonename cannot be found. install_cluster for 10_x86 patch cluster not applied. Exiting. I tried touching the file and it gave a different error of: expected argument.. anyone... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

8. Shell Programming and Scripting

rlogin

I'm comparing a table from two databases on two different servers to check for equality. 1. How do I use rlogin from a script , is it like this ? rlogin -l $username $server1 where $username and $server1 are passed from the command line. 2.create a copy of that table, compress it and... (3 Replies)
Discussion started by: seaten
3 Replies

9. UNIX for Dummies Questions & Answers

rlogin

Hi, I have a script and need to use rlogin to access "server1". As there will be different servers used and there will be different usernames and passwords. Is it possible to pass the server name, username and password as arguments on the command line and the script work from there. ... (2 Replies)
Discussion started by: seaten
2 Replies

10. UNIX for Dummies Questions & Answers

Rlogin???

From any computer on our network when you rlogin into one machine (this only happens on this machine) it'll hang for about 3 minutes before loggin into that machine. If your sick of waiting you can do a <ctrl> C and then it'll rlogin into the machine it is meant to BUT it wont keep the shell... (1 Reply)
Discussion started by: merlin
1 Replies
Login or Register to Ask a Question