.TH RINPUTD 8 "August 29, 2009" .SH NAME rinputd \- Remote Input Server Daemon .SH SYNOPSIS \fBrinputd\fP [ \-\-realm \fIrealm\fP ] [ \-\-cert \fIcert\fP ] [ \-\-key \fIkey\fP ] [ \-\-port \fIport\fP ] [ \-\-no\-broadcast ] [ \-\-verbose | \-\-quiet ] .SH DESCRIPTION \fBrinputd\fP 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 \fB/etc/sasldb2\fR. The client may then initialize an input device through the \fBuinput\fR user input event interface. After initialization, the client may send input events such as key presses or mouse movements. .SS Options .TP \fB\-r, \-\-realm \fIrealm\fR SASL realm to authenticate against. Defaults to \fBrinput\fP. .TP \fB\-c, \-\-cert \fIcert\fR SSL certificate file for the secure connection. Defaults to \fB/etc/rinput/rinput.crt\fP. .TP \fB\-k, \-\-key \fIkey\fR SSL private key file for the secure connection. Defaults to \fB/etc/rinput/rinput.key\fP. .TP \fB\-p, \-\-port \fIport\fR Port to listen for clients on. Set to 0 to listen on any available port. Defaults to \fB8771\fP. .TP \fB\-n, \-\-no\-broadcast\fR Don't broadcast \fBrinputd\fR service on local network through multicast DNS. This option is only available in Mac OS X or if compiled with Avahi support.\fP .TP \fB\-q, \-\-quiet\fR Limit output to \fBrinputd\fR internal errors.\fP .TP \fB\-v, \-\-verbose\fR Print out debugging information. Not useful for general purposes.\fP .TP \fB\-f, \-\-foreground\fR Do not fork to become a daemon, remain in the foreground.\fP .SH FILES .TP \fI/dev/input/uinput\fR User input device on Linux .TP \fI/etc/rinput/rinput.crt\fR Default certificate file for the secure connection.\fP .TP \fI/etc/rinput/rinput.key\fR Default private key file for the secure connection.\fP .SH "SEE ALSO" evdev(4) on Linux