102
rated 0 times
[
102]
[
0]
/ answers: 1 / hits: 317906
/ 10 Months ago, thu, december 29, 2022, 11:02:03
When attempting to run a remote binary using sudo
on the remote box:
ssh remotehost "sudo ./binary"
I see this error:
sudo: no tty present and no askpass program specified
How can I work around this?
More From » ssh