- 論壇徽章:
- 0
|
sco 5.07下等價(jià)用戶的使用老是不成功, 我很苦惱。最近解決了,希望大家不要和我一樣痛苦。
下面是我的配置方法!
1 /etc/hosts 下面加上地址和主機(jī)名。如:16.78.97.1 jx08
2 /etc/hosts.equiv加上主機(jī)名稱(chēng),sco5.05不用加。如:jx08
3 .rhost文件內(nèi)加上主機(jī)名稱(chēng)和等價(jià)用戶的名稱(chēng).如:jx08 root
4.權(quán)限問(wèn)題。.rhots的權(quán)限不能大于600,否則你即使前面如何正確也不行。
這點(diǎn)希望大家注意了。In addition, root's /.rhosts file must not be readable by other users (its permissions must be at most 600). Otherwise, root will not be able to log in from a remote machine.
本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u/13151/showart_69693.html |
|