Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by Gusus to version by Al Legorhythm. Report False Positive? Thanks, ClueBot NG. (3042847) (Bot) |
No edit summary Tag: repeating characters |
||
Line 8:
'''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]], communicating via [[Transmission Control Protocol|TCP]] [[TCP and UDP port|port]] 513.
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 that: "The rlogin
== Use ==
Line 23:
* 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 NFS's security faults automatically plague rlogin.
Due to these serious problems, rlogin was rarely used across untrusted networks (like the public internet) and even in closed deployments it has fallen into relative disuse (with many Unix and [[Linux]] distributions no longer including it by default). Many networks which formerly relied on rlogin and
{{anchor|rcp}}
Line 29:
== Replacements ==
The original Berkeley package which provides rlogin also features [[rcp (Unix)|rcp]] (remote-copy, allowing files to be copied over the network) and [[Remote Shell|rsh]] (remote-shell, allowing commands to be run on a remote machine without the user logging into it). These share the hosts.equiv and .rhosts
== See also ==
Line 42:
== External links ==
* [http://www.cert.org/archive/pdf/98tr017.pdf rlogin(1): The Untold Story (PDF)]
* [http://www.ietf.org/rfc/
* [http://unixhelp.ed.ac.uk/CGI/man-cgi?rlogin rlogin - remote login] - rlogin[[man page]].
* {{man|1|rlogin|Darwin|remote login}}
Line 50:
[[Category:Internet protocols]]
[[Category:Internet
[[Category:Unix network-related software]]
|