--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # rlogin > Log in to a remote host. > More information: . - 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}}`