| sdlucky 回复于:2002-03-09 10:44:35 |
| /etc/hosts.equiv or.rhosts are used for Berkeley sevices. |
| feeling 回复于:2002-03-13 10:01:02 |
| HP N4000: The /etc/hosts.equiv file defines system-wide equivalency, whereas a user's .rhosts file defines equivalency between the local user and any remote users to whom the local user chooses to allow or deny aclearcase/" target="_blank" >ccess. |
| chinazhaok 回复于:2002-03-14 14:08:11 |
| 如果是要root用户能够在rlogin时不输入密码(即建立信任机制)的话就要在.rhosts文件中加入对方hostname 而普通用户要建立信任机制只要在/etc/hosts.equiv中加入对方的hostname就可以了 |
| ak47 回复于:2002-03-16 19:29:33 |
| 简单的说hosts.equiv是不同主机间的信任关系,.rhosts是同一用户在不同主机间的信任。 |
| cjns 回复于:2002-08-07 17:10:16 |
| host.equiv信任被信主机的所有用户, .hosts 只信任被信主机的相应的某个用户 |