rinputd
Revision 2 as of 2009-09-01 01:05:46
Clear message
rinputd is a server daemon that listens for remote input clients and sends their input events to the Linux kernel.
Installation
You can install the rinputd package from the rinput ppa at https://launchpad.net/~chasedouglas/+archive/ppa.
After installing the package, a few steps will complete the installation process:
- Generate an OpenSSL certificate and private key for security (If you already have these available and want to use them for rinputd, copy them to /etc/rinput/rinput.key and /etc/rinput/rinput.crt)
# openssl genrsa 1024 > /etc/rinput/rinput.key # chmod 600 /etc/rinput/rinput.key # openssl req -new -x509 -key /etc/rinput/rinput.key -out /etc/rinput/rinput.crt -days 1095
- Add a remote input user
# saslpasswd2 -c -u rinput <username>
rinputd can now be run:
# /usr/sbin/rinputd
Usage
rinputd supports the following arguments: