Files
cheatsheet-tldr/tldr/linux/rlogin
2025-03-27 00:18:38 +00:00

18 lines
393 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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|--user]}} {{username}} {{remote_host}}`