HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rlogin — Log in to a remote host. More information: <https://www.gnu.org/software/inetutils/manual/inetutils.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrlogincliloginformationhostmoreremote
linux

Problem

How to use the rlogin command: Log in to a remote host. More information: <https://www.gnu.org/software/inetutils/manual/inetutils.html#rlogin-invocation>.

Solution

rlogin — Log in to a remote host. More information: <https://www.gnu.org/software/inetutils/manual/inetutils.html#rlogin-invocation>.

Log in to a remote host:
rlogin {{remote_host}}


Log in to a remote host with a specific username:
rlogin {{[-l|--user]}} {{username}} {{remote_host}}

Code Snippets

Log in to a remote host

rlogin {{remote_host}}

Log in to a remote host with a specific username

rlogin {{[-l|--user]}} {{username}} {{remote_host}}

Context

tldr-pages: linux/rlogin

Revisions (0)

No revisions yet.