logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rlogin — remote login

Description

rlogin  makes  a connection to the remote login daemon running on host.  After the connection is made the
       user can log in.  All input is transmitted to the remote machine and all output on the remote machine  is
       sent  back  to  the  rlogin  client on the local machine, the user has a full controlling terminal on the
       remote host.

Name

       rlogin — remote login

Options

-4    Use only IPv4 to connect to the remote host.

       -6    Use only IPv6 to connect to the remote host.

       -v    Be verbose.

       -luser
             Connect to the remote machine as a different user than on the local machine.

       -pport
             Connect to a different port than the default one for rlogin.

See Also

rsh(1), rshd(8), rlogind(8), rcp(1), rhosts(5), RFC 1282.

                                         Sun, 13 Apr 2003 00:24:32 +0200                               RLOGIN(1)

Synopsis

rlogin [-46v] [-luser] [-pport] [user@]host

See Also