As the title suggests, I want to use a remote keyboard locally. The remote keyboard should be usable in a TTY and, if possible, in the X-Server as well. Are there any drivers (kernel modules) emulating a "fake" keyboard with network transparency?
|
Synergy will share a keyboard over the network between multiple machines. If it doesn't directly do what you want, I'm sure there's code there that will make it easy for you to set up. |
|||||||
|
|
I found it out on my own. First make sure you have loaded the evdev kernel module on both machines. On the remote machine you run:
And on the client:
(Note: If your're using netcat from netcat-openbsd, for example in Ubuntu or Fedora, don't use the '-p') It works perfectly no matter whether I am in a TTY or in X.org. And it runs without any delay! Unfortunately all keys are typed on the remote machine as well. Is there a way of temporarily disabling them while nc is running? I thought of somehting like running "cat -" on the remote machine but a Ctrl-C would make it end of course. |
|||||||||
|
|
Take a look at Synergy.
|
||||
|
|

