From 840dc73abd22f5bbae61f329c0859a8ce3a04046 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:31:22 +0100 Subject: [PATCH] rlogin: add page (#11458) --- pages/linux/rlogin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/rlogin.md diff --git a/pages/linux/rlogin.md b/pages/linux/rlogin.md new file mode 100644 index 000000000..65ace67cc --- /dev/null +++ b/pages/linux/rlogin.md @@ -0,0 +1,12 @@ +# 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 {{username}} {{remote_host}}`