Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
RHOSTS.5
Package: os_source.zip [view]
Upload User: datang2001
Upload Date: 2007-02-01
Package Size: 53269k
Code Size: 1k
Category:
OS Develop
Development Platform:
C/C++
- RHOSTS(5) Minix Programmer's Manual RHOSTS(5)
- NAME
- rhosts, hosts.equiv - trusted remote users or hosts
- SYNOPSIS
- ~user/.rhosts
- /etc/hosts.equiv
- DESCRIPTION
- The per user .rhosts and the per system hosts.equiv files can be used to
- allow users to use rlogin or rsh without a password. The remote login
- services first check the system wide /etc/hosts.equiv file and then the
- ~user/.rhosts of the intended user. Both files contain lines of one of
- two forms:
- host
- host ruser
- The first form tells that any user from host is allowed to login to this
- system under the same name. The second form allows ruser from host to
- login.
- The .rhosts file is checked to be owned by user or root, and only its
- owner may be able to write it.
- SEE ALSO
- rlogin(1), rsh(1).
- NOTES
- Minix has no restrictions on becoming super-user remotely. Other systems
- usually do.
- AUTHOR
- Kees J. Bot (kjb@cs.vu.nl)
- 1