man krlogind (Administration système) - rlogind

NAME

rlogind - remote login server

SYNOPSIS

rlogind [-ailnkvxD] [-p portnumber] [-L /bin/login]

DESCRIPTION

Rlogind

is the server for the rlogin() program. The server provides a remote login facility with kerberos-based authentication or traditional pseudo-authentication with privileged port numbers from trusted hosts.

Options supported by rlogind :

-a
No-op. For backwards compatibility. Hostnames are always verified.
-l
Prevent any authentication based on the user's file, unless the user is logging in as the superuser.
-n
Disable keep-alive messages.
-k
Enable kerberos authentication.
-i
Do not expect to be spawned by inetd and create a socket and listen on it yourself.
-p portnumber
Specifies the port number it should listen on in case the
-i
flag has been given.
-v
Vacuous, echo "Remote host requires Kerberos authentication" and exit.
-x
Provides an encrypted communications channel. This options requires the -k flag.
-L pathname
Specify pathname to an alternative login program.
-D
Use the TCP nodelay option (see setsockopt(2)).

When a service request is received, rlogind verifies the kerberos ticket supplied by the user.

For non-kerberised connections, the following protocol is initiated:

•
The server checks the client's source port. If the port is not in the range 512-1023, the server aborts the connection.
•
The server checks the client's source address and requests the corresponding host name (see gethostbyaddr(3) , hosts() and named(8) ) . If the hostname cannot be determined, the dot-notation representation of the host address is used. The addresses for the hostname are requested, verifying that the name and address correspond. Normal authentication is bypassed if the address verification fails.

Once the source port and address have been checked, rlogind proceeds with the authentication process described in rshd(8) .

It then allocates a pseudo terminal (see pty(4) ) , and manipulates file descriptors so that the slave half of the pseudo terminal becomes the and for a login process. The login process is an instance of the login() program, invoked with the -f option if authentication has succeeded. If automatic authentication fails, the user is prompted to log in as if on a standard terminal line.

The parent of the login process manipulates the master side of the pseudo terminal, operating as an intermediary between the login process and the client instance of the () program. In normal operation, the packet protocol described in pty() is invoked to provide type facilities and propagate interrupt signals to the remote programs. The login process propagates the client terminal's baud rate and terminal type, as found in the environment variable, see environ(7) . The screen or window size of the terminal is requested from the client, and window size changes from the client are propagated to the pseudo terminal.

Transport-level keepalive messages are enabled unless the -n option is present. The use of keepalive messages allows sessions to be timed out if the client crashes or becomes unreachable.

DIAGNOSTICS

All initial diagnostic messages are indicated by a leading byte with a value of 1, after which any network connections are closed. If there are no errors before () is invoked, a null byte is returned as in indication of success.

Sy Try again.
A () by the server failed.

SEE ALSO

login(1) ,ruserok(3) ,rshd()

BUGS

A more extensible protocol should be used.

HISTORY

The command appeared in