rhosts(5) suse man page | unix.com

Man Page: rhosts

Operating Environment: suse

Section: 5

RHOSTS(5)						     Linux Programmer's Manual							 RHOSTS(5)

NAME
$HOME/.rhosts - grants or denies password-free r-command access to a specific user account
DESCRIPTION
The .rhosts file allows or denies a user who has an account on the local host to use the r-commands (e.g. rlogin, rsh or rcp) without sup- plying a password. The file uses the following format: hostname [username] Such an entry grants password-free r-command access for the user with the login name username from the remote host hostname. If no user name is specified, the user must have the same login name on the remote host and the local host. For security reasons you should always use the FQDN of the hostname and not the short hostname. Netgroups can be specified by preceeding the netgroup by an @ sign. The .rhosts file must have permissions 600 (that is, readable and writable only by the owner).
FILES
$HOME/.rhosts
SEE ALSO
hosts.equiv(5), rshd(8), rlogind(8) Linux 29 Jan 1995 RHOSTS(5)
Related Man Pages
rhosts(4) - osf1
hosts.equiv(5) - netbsd
hosts.equiv(5) - plan9
hosts.equiv(5) - xfree86
hosts.equiv(5) - bsd
Similar Topics in the Unix Linux Community
Run commands on a UNIX with NT
problem using rsh for ordinary users!
rhosts file...
duplicate entries /.rhosts file
rlogin questions (Unix Tip 3426 - June 26, 2012)