rhosts.5
来自「minix操作系统最新版本(3.1.1)的源代码」· 5 代码 · 共 60 行
5
60 行
.TH RHOSTS 5.SH NAMErhosts, hosts.equiv \- trusted remote users or hosts.SH SYNOPSIS.BI ~ user /.rhosts.br.B /etc/hosts.equiv.SH DESCRIPTIONThe per user.B .rhostsand the per system.B hosts.equivfiles can be used to allow users to use.B rloginor.B rshwithout a password. The remote login services first check the system wide.B /etc/hosts.equivfile and then the.BI ~ user /.rhostsof the intended user. Both files contain lines of one of two forms:.PP.RS.I host.br.I host ruser.RE.PPThe first form tells that any user from.I hostis allowed to login to this system under the same name. The second formallows.I ruserfrom.I hostto login..PPUnder MINIX 3.I hostmay be a pattern using.B "*"as a wildcard. One can use this, carefully one may hope, to allow anentire domain to log in..I Hostmay also be an IP address, or a network specification in CIDR form, e.g.172.16.102.64/27..SH "SEE ALSO".BR rlogin (1),.BR rsh (1)..SH NOTESMINIX 3 has no restrictions on becoming super-user remotely. Other systemsusually require one to log in as a user and then use.BR suto become root..PPYou must use fully qualified hostnames, it is not possible toomit the domain part..SH AUTHORKees J. Bot <kjb@cs.vu.nl>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?