diff --git a/debugging/safe-remote-ttys.md b/debugging/safe-remote-ttys.md index 482b9e33..c1eb6674 100644 --- a/debugging/safe-remote-ttys.md +++ b/debugging/safe-remote-ttys.md @@ -59,7 +59,7 @@ If you use the serial console as normal (via e.g. getty on ttyX, and logging in Ideally, you would take input from your trusted keyboard, and only send the output over the serial cable via e.g. disabling getty and using: ~~~ -script -f /dev/tty0 +script -f /dev/ttyS0 ~~~ You don't even need to connect the TX pin.