1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 04:15:35 +02:00
tldr/pages/linux/rlogin.md
2023-11-11 14:31:22 +01:00

288 B

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}}