Javier Barroso wrote:
Hi,

In sid with key passwordless auth :

ssh [EMAIL PROTECTED] "sudo ls"
password: password

And password is shown you

Any tip to avoid this ?

Where should be reported this bug if it could be consider as such (note I don't know if there are more programs with this problem)?

This is not a bug. The password is shown because no tty is allocated to the command. If you want a tty to be allocated, pass the -t option to ssh, as in "ssh -t [EMAIL PROTECTED] sudo ls"


Greetings

Debian Rocks!



--

If you can't explain it simply, you don't understand it well enough.
                                       -- Albert Einstein


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to