commands.sh

rlogin

linux

Log in to a remote host.

More info →

Options (1)

-l, --userboolean

Log in to a remote host with a specific username

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

Examples (2)

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
made by @shridhargupta | data from tldr-pages