shell icon indicating copy to clipboard operation
shell copied to clipboard

using sudo in shell opens password prompt on terminal where shell was launched

Open rabbah opened this issue 7 years ago • 1 comments

! sudo ls try - you'll see the password prompt appear on the terminal if you launched the shell from a terminal.

i think that's a bug so labeling as such.

rabbah avatar Mar 27 '18 20:03 rabbah

i think this is UNIX working as expected. sudo requires a real TTY, not a pipe.

perhaps there are some platform alternatives to this, which open up a platform window requesting credentials. do we want to go down this route?

starpit avatar Mar 28 '18 00:03 starpit