The rlogin program allows a user to login from one machine to another without having to re-enter username/password. It works on a "trust" model: if hostA trusts hostB, then any user logging into hostB may log onto hostA without entering a username or password. These trust relationships are kept in a file called .rhosts in a local directory.
Syntax:
rlogin hostname [-l username]