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