Comment 4 for bug 56755

Revision history for this message
Simon Law (sfllaw) wrote :

I don't think this is a bug in sudo.

This is because you're not giving sudo a terminal to ask the password
on. You need to use "ssh -t", which will provide it with a proper virtual
terminal.

Thanks.