rlogin

Log in to a remote host. More information: <https://www.gnu.org/software/inetutils/manual/html_node/rlogin-invocation.html>.

Install

All systems
curl cmd.cat/rlogin.sh
Arch Arch Linux
pacman -S inetutils
CentOS
yum install rsh
Fedora
dnf install rsh
OS X
brew install inetutils

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

© tl;dr; authors and contributors