Content deleted Content added
ce, rem tag |
|||
Line 1:
{{refimprove
}}{{lowercase}}▼
▲{{lowercase}}
{{IPstack}}
'''rlogin''' is a [[software utility]] for [[Unix-like]] computer [[operating system]]s that was first distributed as part of the [[Berkeley Software Distribution|4.2BSD]] release. rlogin allows users to log in on another [[Server (computing)|host]] via a [[computer network|network]],
rlogin is also the name of the [[application layer]] [[Communications protocol|protocol]] used by the software, part of the [[TCP/IP]] [[protocol suite]]. Authenticated users can act as if they were physically present at the computer. RFC 1282, in which it was defined, states
== Use ==
rlogin is most commonly deployed on corporate
== Security ==
Line 19 ⟶ 17:
* All information, including passwords, is transmitted unencrypted (making it vulnerable to interception).
* The .rlogin (or .rhosts) file is easy to misuse (potentially allowing
* The protocol partly relies on the remote party's rlogin client
* The common practice of mounting users' home directories via NFS exposes rlogin to attack by means of fake .rhosts files - this means that any of [[Network File System|NFS's]] security faults automatically plague rlogin.
Due to these
{{anchor|rcp}}
Line 29 ⟶ 27:
== Replacements ==
The original Berkeley package
== See also ==
|