dyne / tomb

the Crypto Undertaker
https://dyne.org/software/tomb
GNU General Public License v3.0
1.32k stars 150 forks source link

`ctrl+c` not working to cancel `sudo` prompt #462

Closed amalgame21 closed 1 year ago

amalgame21 commented 1 year ago

When using tomb open, sudo prompt for the password. When I decided not to input the password, I press ctrl+c to escape it.

However, tomb script treat ctrl+c as invalid input of password, If I press ctrl+c multiple times, the account will be locked.

What is the proper way to escape the sudo prompt? Or how can I make ctrl+c behave like it should? Thanks.