Home » Questions » Computers [ Ask a new question ]

Linux: Redirect Local USB Keyboard To Remote Shell

Linux: Redirect Local USB Keyboard To Remote Shell

(Discalimer: totally unfamiliar with Linux)

Asked by: Guest | Views: 362
Total answers/comments: 1
Guest [Entry]

"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."