Linux: Redirect Local USB Keyboard To Remote Shell

Solution 1:

Yes, you can. As root:

cat /dev/tty0

Type a few characters, you should get gibberish out. Press Control-C from the SSH session to stop it, and if the terminal is messed up do a

eval `reset`

to fix it.