Scroll to navigation

RINPUTD(8) System Manager's Manual RINPUTD(8)

NAME

rinputd - Remote Input Server Daemon

SYNOPSIS

rinputd [ --realm realm ] [ --cert cert ] [ --key key ] [ --port port ] [ --no-broadcast ] [ --verbose | --quiet ]

DESCRIPTION

rinputd is a server daemon which listens for remote input clients. Clients connect over a secure SSL socket and authenticate with the server through the Cyrus SASL password database /etc/sasldb2. The client may then initialize an input device through the uinput user input event interface. After initialization, the client may send input events such as key presses or mouse movements.

Options

SASL realm to authenticate against. Defaults to rinput.
SSL certificate file for the secure connection. Defaults to /etc/rinput/rinput.crt.
SSL private key file for the secure connection. Defaults to /etc/rinput/rinput.key.
Port to listen for clients on. Set to 0 to listen on any available port. Defaults to 8771.
Don't broadcast rinputd service on local network through multicast DNS. This option is only available in Mac OS X or if compiled with Avahi support.
Limit output to rinputd internal errors.
Print out debugging information. Not useful for general purposes.
Do not fork to become a daemon, remain in the foreground.

FILES

/dev/input/uinput
User input device on Linux
/etc/rinput/rinput.crt
Default certificate file for the secure connection.
/etc/rinput/rinput.key
Default private key file for the secure connection.

SEE ALSO

evdev(4) on Linux

August 29, 2009