tldr/pages/linux/rlogin.md

13 lines
288 B
Markdown
Raw Normal View History

2023-11-11 13:31:22 +00:00
# rlogin
> Log in to a remote host.
> More information: <https://www.gnu.org/software/inetutils/manual/html_node/rlogin-invocation.html>.
- Log in to a remote host:
`rlogin {{remote_host}}`
- Log in to a remote host with a specific username:
`rlogin -l {{username}} {{remote_host}}`