![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get 07 while giving ((Preyy = yy - 01)) | RRVARMA | Shell Programming and Scripting | 3 | 05-08-2008 03:58 AM |
| Giving format to a file | DebianJ | Shell Programming and Scripting | 4 | 03-06-2008 04:08 AM |
| Giving thanks for a long weekend | iBot | UNIX and Linux RSS News | 0 | 12-01-2007 08:05 AM |
| Giving input to a c++ file | tonyaim83 | Shell Programming and Scripting | 2 | 10-22-2007 10:10 PM |
| /sbin/zonename file giving me problems | BG_JrAdmin | SUN Solaris | 1 | 12-23-2005 09:37 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
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
|
||||
|
||||
|
If you are just looking to sync directories/filesystems, you can look at rsync. It works over ssh too.
|
|
#7
|
|||
|
|||
|
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 |
|||
| Google The UNIX and Linux Forums |