Forum Discussion
Omnicron
17 years agoNew Contributor
would not account for a filtering proxy or some such other stand in device. All you'll know is if the port is open or not, and not wether you can actually pass email traffic through it.
CEsoft
16 years agoNew Contributor
I've made some progress.
I can remotely execute simple commands such as
cd ~/Downloads
ls -al
but when I need the users password, eg
sudo rm 1.5.0
I get the not entirely unexpected error
sudo: no tty present and no askpass program specified
Any tips on how to prompt the user for a password while running sudo?