I have some disabilities, one of which is trembling fingers. I have seen methods of turning on asterisks via pwdfeedback
, but that's insufficient for me, as I sometimes press on the ridge between keys, and I don't know which one I actually typed.
The computer on which I have a Linux distro installed is almost always airgapped, and does not ever contain security-relevant data. I literally only use it for writing and uploading firmware to Arduino boards in my home workshop. (It only ever gets a network connection when I am updating libraries, it doesn't even have a wifi card, I use USB tethering). Can anyone help?
sudo
, aren't you? Because you can pass the password fromstdin
by usingsudo -S command
– Edgar Magallon Feb 06 '23 at 00:55